Create Custom SCSS file #385
Unanswered
suraj-nividata
asked this question in
Q&A
Replies: 1 comment
-
With our current system this isn't possible. The built in compiler will compile everything that's loaded into main.scss. Also, with the amount of css that's probably gonna be in that file, it'll be unnecessary to split that up. The first load of the website will have all the css and next page loads are from the browser cache so they load faster. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I create a custom archive.scss file? I want it because archive.css will only be enqueued in some pages.
Beta Was this translation helpful? Give feedback.
All reactions