sass/accepted/plain-css-nesting.changes.md
Natalie Weizenbaum 9343edb3df [Plain CSS Nesting] Mark as accepted (#3813)
This also updates the draft so that

```scss
a {
  @include meta.load-css("plain.css");
}
```

only generates plain CSS nesting if `plain.css` contained nesting.
2024-03-27 11:43:24 -07:00

489 B

Draft 1.2

  • Trigger plain CSS nesting behavior based on the type of the parent rule's stylesheet, so that we don't unexpectedly generate plain-CSS nesting for previously un-nested @import and meta.load-css() rules.

Draft 1.1

  • Trigger plain CSS nesting behavior based on the type of a rule's stylesheet, rather than the type of the current stylesheet, so that plain CSS behavior is preserved for nested @import and meta.load-css().

Draft 1

  • Initial draft.