Potential issues with "0" values for css vars #23581
Unanswered
ildar170975
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are plenty of CSS vars in a code with "0" value w/o a "px" unit:
And many of these values are for a "singular dimension" - i.e. a "height", "font-size" etc, not for a shorthand ("several dimensions").
Some of these values may be used in
calc()
- and this may cause errors.Suggest to clean this up. I may try doing this also...
Beta Was this translation helpful? Give feedback.
All reactions