- From: Benoît Rouleau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 Oct 2024 14:29:34 +0000
- To: public-css-archive@w3.org
@flashymittens – How so? In the example I gave, layers are still useful as a way to define precedence. ```css /* assume this stylesheet is imported in the `utilities` layer */ .bg-red { background-color: red; } @layer ../overrides { [forced-bg="blue"] { background-color: blue; } } ``` -- GitHub Notification of comment by benface Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11010#issuecomment-2400017977 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 8 October 2024 14:29:35 UTC