We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When running removeUnusedComponents optimization, rules with selectors that contain unused symbols nested in a :not() selector shouldn't be removed:
removeUnusedComponents
:not()
.root:not(Button) {} // shouldn't be removed when Button is unused