Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable CSS Nesting unfolding #2072

Closed
abcdabcabcabcd00 opened this issue Aug 25, 2023 · 3 comments
Closed

Disable CSS Nesting unfolding #2072

abcdabcabcabcd00 opened this issue Aug 25, 2023 · 3 comments
Assignees

Comments

@abcdabcabcabcd00
Copy link

abcdabcabcabcd00 commented Aug 25, 2023

Add an option to disable CSS Nesting unfolding (the part where body { & > #app { color: red; } } becomes body > #app { color: red; }

https://caniuse.com/css-nesting

@nex3
Copy link
Contributor

nex3 commented Aug 30, 2023

Our plans for native CSS nesting support are described in this blog post.

@nex3 nex3 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2023
@ggedde
Copy link

ggedde commented Sep 2, 2023

in the blog post you mentioned it states "We will add support for parsing plain CSS nesting in .css files. This nesting won’t be resolved in any way; Sass will just emit it as-is."
When will this be supported? Or how will it be available?

@nex3
Copy link
Contributor

nex3 commented Sep 5, 2023

Supporting nesting in plain CSS is tracked in sass/sass#3524.

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

No branches or pull requests

3 participants