CSS specificity for certain rules #22
Labels
engine
Navita CSS rendering engine
enhancement
New feature or request
good first issue
Good for newcomers
I've come across at least one case where we need to control the CSS specificity better. It's mainly if the user is specifying the declaration:
Rules in a specific list needs to be rendered before rest of the CSS, and possibly live in a separate layer. Right now I can only think of "all: unset" specifically, but it should be pretty easy to just sort the rules in the css printer.
The text was updated successfully, but these errors were encountered: