- From: Riccardo Cecchini via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Apr 2022 22:49:36 +0000
- To: public-css-archive@w3.org
> Couldn't be more in favor of this. Every developer uses css nesting and has forever through sass/less/stylus/postcss/etc, and it seems like the spec is in a solid place. Not having to pre-compile nesting anymore would be fantastic.
Anything new on the western front?
https://www.w3.org/TR/css-nesting-1/
I think that the general basis should be
`
.main{
.one{
...
}
.two{
...
}
}
`
as
`
.main .one{
...
}
etc...
`
--
GitHub Notification of comment by cekkr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2701#issuecomment-1097308639 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 12 April 2022 22:49:40 UTC