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
Numbers and percent delimiters need a comment separator.
Otherwise they tokenize as a percentage, causing stuff like this to incorrectly
work in Firefox:
data:text/html,<div style="--x: 20; width: var(--x)%; height: 50px; background: green"></div>
I tried a couple other token types and didn't found anything that tokenized
differently, so this is an strict improvement.
0 commit comments