- From: rthrejheytjyrtj545 via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Jun 2023 11:32:54 +0000
- To: public-css-archive@w3.org
🤔🤔🤔 ```css //no-spaghetti.css @rules { @layer (components); @scope (.my-component); @boundary (.child-component-slot > *); @selectors (.my-component); @declarations { color: cyan; padding: 0.5rem} @nest { @selectors (&:hover); @declarations { color: blue}} @nest { @media (min-width: 768px); @declarations { padding: 1rem}}} ``` -- GitHub Notification of comment by rthrejheytjyrtj545 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8912#issuecomment-1574878877 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 3 June 2023 11:32:56 UTC