- From: Panda Soli via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Aug 2022 10:47:33 +0000
- To: public-css-archive@w3.org
pandasoli has just created a new issue for https://github.com/w3c/csswg-drafts:
== usability-tip ==
I do everything not to use CSS, I prefer to use [SASS](https://sass-lang.com/documentation/style-rules/parent-selector) or things like that, where chains are possible, it would be nice to have this as a standard.
It will be cool if CSS has chains with the events too. like:
```scss
.component {
child {
color: red;
}
&hover {
background-color: blue;
}
}
```
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7568 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 4 August 2022 10:47:34 UTC