-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Rejected as InvalidCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Testing UnnecessaryMemory aid - issue doesn't require testsMemory aid - issue doesn't require testscss-syntax-3
Milestone
Description
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).
Metadata
Metadata
Assignees
Labels
Closed Rejected as InvalidCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Testing UnnecessaryMemory aid - issue doesn't require testsMemory aid - issue doesn't require testscss-syntax-3