You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Have the same error
From this :root { --input-border-bottom-idle: inset 0 -1px 0 0 var(--c-primary-light); }
I get this incorrect style "--input-border-bottom-idle": "inset,0,-1px,0,0,var(--c-primary-light)",
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using variables for a CSS transition followed by a comma white space is removed between the transition properties which breaks the transition:
ex.
If a whitespace is added to the comma following the property the whitespace will be preserved
The text was updated successfully, but these errors were encountered: