[csswg-drafts] usability-tip (#7568)

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