- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Jun 2024 13:48:26 +0000
- To: public-css-archive@w3.org
It just occurred to me that there’s another really nice use case that this addresses: Aliasing long selector chains into nice utility classes. ```css pre { @like .code-labels.count-lines.line-numbers; } ``` Or extending overly scoped styles: ```css .warning { @like aside.callout.warning; } ``` -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10222#issuecomment-2182792475 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 21 June 2024 13:48:27 UTC