When running `removeUnusedComponents` optimization, rules with selectors that contain unused symbols nested in a `:not()` selector shouldn't be removed: ```css .root:not(Button) {} // shouldn't be removed when Button is unused ```