Skip to content

[Plain CSS Nesting] Mark as accepted#3813

Merged
nex3 merged 2 commits intomainfrom
plain-css-nesting
Mar 19, 2024
Merged

[Plain CSS Nesting] Mark as accepted#3813
nex3 merged 2 commits intomainfrom
plain-css-nesting

Conversation

@nex3
Copy link
Contributor

@nex3 nex3 commented Mar 16, 2024

This also updates the draft so that

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

only generates plain CSS nesting if plain.css contained nesting.

See #3524

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.
@nex3 nex3 requested a review from jathak March 16, 2024 01:32
@nex3 nex3 merged commit 49a0f24 into main Mar 19, 2024
@nex3 nex3 deleted the plain-css-nesting branch March 19, 2024 21:00
nex3 added a commit that referenced this pull request Mar 27, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants