purging unused CSS #13835
Unanswered
ShayMalchi
asked this question in
Help
purging unused CSS
#13835
Replies: 1 comment
-
Not sure if you are still looking, but myself I use the native implementation for sass with next.js and use the postcss-purgecss plugin to purge my unused CSS. For me, this combination works pretty well, with the following
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm looking for a way to reduce the css chunk size by an external library (Semantic UI for React). I've explored purgecss but it ended up removing more than it had to. What are you using in your next.js projects?
my
next.config.js
is this:Thanks
Beta Was this translation helpful? Give feedback.
All reactions