|
Hi I am trying to use purgecss via it's webpack plugin to limit the patternfly chunk size. But apparently it removes all css variable declarations on the way. Does anyone have a working example for using purgecss with patternfly? |
Answered by
apollo13
Aug 20, 2024
Replies: 2 comments
|
Hi @mattnolting -- you have been really helpful in https://github.com/orgs/patternfly/discussions/6687, any chance you have some ideas here? |
0 replies
|
So it seems like purge css happily removed |
0 replies
Answer selected by
apollo13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So it seems like purge css happily removed
:whereand:root. Slowly getting somewhere by adding:whereand:rootto the safelist for now. Given that:whereis getting removed (iirc) I will revisit once that is done.