Re: [csswg-drafts] [css-cascade-5] Allow authors to explicitly place unlayered styles in the cascade layer order (#6323)

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