- From: Egor Kloos via GitHub <sysbot+gh@w3.org>
- Date: Tue, 24 Jan 2023 09:23:46 +0000
- To: public-css-archive@w3.org
This seems like a good progression using assertions. Bundles would become much more useful from CSS perspective. ```css /* bundle.css */ @layer defaults, common, brand, components; @sheet designsystemstyles { @layer commmon { ... } } @sheet nameofbrand { @layer brand { ... } } ``` -- GitHub Notification of comment by dutchcelt Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5629#issuecomment-1401615528 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 24 January 2023 09:23:47 UTC