without support for @layer no CSS is loaded #101
Labels
No labels
accessibility
bug
dependencies
documentation
duplicate
feature
javascript
progressive enhancement
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
zoe/moiety.me#101
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
because of the minimizer all CSS is on one line. and if
@layeris detected (and ignored because the browser sees it as invalid) the entire line is ignore.a way to check for
@layersupport:Courtesy of https://sunny.garden/@knowler/115604966360777195
This allows you to import based on support:
Due to how browsers work (?) this means both
no-layers.cssandlayers.cssare fetched. Only the one that matches the correct support statement will be applied.