Removing files from css bundle #373
Answered
by
vovayatsyuk
acromatica
asked this question in
1. Help
-
Hi, Is there a way to remove parts of css bundle that aren't needed for my particular custom theme? Thanks! Really love the theme btw, so fast, and works like a charm! |
Beta Was this translation helpful? Give feedback.
Answered by
vovayatsyuk
May 20, 2025
Replies: 1 comment 1 reply
-
Hello, You can copy a less file to your theme, preserving the same path. Then remove its content. p.s. An empty less file will throw an exception, so use a comment as its content. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
acromatica
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
You can copy a less file to your theme, preserving the same path. Then remove its content.
p.s. An empty less file will throw an exception, so use a comment as its content.