Closed felixsanz closed 1 year ago
mmm... i think it works fine but devtools messes up. It crosses my rules and it's saying that this all: unset
takes precedence, even if looks like not. It's just me?
Can you provide an example. Perhaps on CodePen.
Can't reproduce it on isolation, so maybe an issue issue with vite, the framework, etc.
Closing!
This code:
is not only doing
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
.Because specificity is so high you can't set, for example,
word-spacing
onbody
. Not evenhtml body
beats it. So what are the options? Isn't this an issue?