- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Oct 2021 23:12:54 +0000
- To: public-css-archive@w3.org
Sounds doable as well. But this begs the question: why make `initial` the only layer you can order relative to? ```css @layer base, theme, initial, overrides; ... @layer base, base-overrides; ``` (with order base, base-overrides, theme, initial, overrides) -- GitHub Notification of comment by FremyCompany Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6323#issuecomment-944799893 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 15 October 2021 23:12:56 UTC