Implement `vocabulary.css` as an `@layer` so it can be more easily included, and by-passed
Closed this issue · 1 comments
possumbilities commented
Description
The vocabulary.css
file could benefit from some level of @layer
implementation so that it has its own cascade layer within the bigger stack, and any localized overrides would be more easily done with less specific selectors. It also may allow for easier and more flexible expansion of styles without unruly collisions over time.
Implementation
- I would be interested in implementing this feature.
possumbilities commented
Other higher priority items should take precedence, and more styles need to be implemented before knowing the best way to abstract this.