-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Milestone
Description
Sometimes when writing nested styles with sugarss
some of the postcss
plugins that are meant to run with cssnext
don't seem to have their intended effect.
#footer
& .cuervo-links
& .link
margin-right: 15px
& a
text-decoration: none
Because of this, empty CSS blocks like this #footer .cuervo-links {}
end up in the output.
cssnano
helps with this which is included in both postcss-cssnext
and css-loader
, but they don't seem to catch this. I could include cssnano
in the plugins, but then I get a duplicate plugin warning.