Are at-rules allowed to nest inside of style rules, per spec? If so, where is this defined?
Example usage:
body {
margin: 20px;
@media (min-width: 30em) {
margin: 0;
}
}
I’m asking because folks confuse this with being part of the nesting proposal. And, for my own part, I didn’t help disambiguate this (csstools/postcss-nesting#24).
Are at-rules allowed to nest inside of style rules, per spec? If so, where is this defined?
Example usage:
I’m asking because folks confuse this with being part of the nesting proposal. And, for my own part, I didn’t help disambiguate this (csstools/postcss-nesting#24).