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
CSS nesting spec is nice and clean. Good job on spec. However it doesn't cover major part of what makes sass/less so useful: ability to add media queries to current selector.
I suggest to add possibility of nested media queries, like this:
Any progress for add to spec? New polyfill postcss-preset-env use plugin https://github.com/jonathantneal/postcss-nesting and author remove nested media until this is added to the specification.
CSS nesting spec is nice and clean. Good job on spec. However it doesn't cover major part of what makes sass/less so useful: ability to add media queries to current selector.
I suggest to add possibility of nested media queries, like this:
that would be equivalent of:
Nesting media queries inside media queries would match both queries:
would be equivalent of
The text was updated successfully, but these errors were encountered: