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
I added two test scenarios. It seems like 1em / var(--line-height); works but 1em/var(--line-height); doesn't.
This might be caused because of a bug in an upstream package. I filed an issue there but they suggested that this package shouldn't use the PostCSS core tokenizer. Upstream issue: postcss/postcss#1298.
Expected Behavior
1em should be tokenized into number and var should be tokenized into a function.
Actual Behavior
This is tokenized into a single function with name 1em/var.