You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing vanilla CSS nesting selectors with removeUnfound: true, it seems that some class names are not recognized, resulting in broken styling.
Thank you for your work on this plugin!
When processing vanilla CSS nesting selectors with
removeUnfound: true
, it seems that some class names are not recognized, resulting in broken styling.For example, these selectors:
You can see my test case here. The result should be a green box with "!!!" added inside.
This is what I get after processing. You can see that some necessary class names are removed (without being replaced with minified names):
When I run with
removeUnfound: false
things render correctly (with some class names not minified).The text was updated successfully, but these errors were encountered: