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'm unsure how this equates to 5px unless you are also converting em to px.
Based on current browser implementations, mis-matching units are not evaluated and this would get converted to calc((1em - (10px + 1em)) / 2). I am wondering if this evaluation is intentional or a a bug.
The text was updated successfully, but these errors were encountered:
Hi, in reviewing the tests it looks like mis-matching units are evaluated, for example:
I'm unsure how this equates to
5px
unless you are also converting em to px.Based on current browser implementations, mis-matching units are not evaluated and this would get converted to
calc((1em - (10px + 1em)) / 2)
. I am wondering if this evaluation is intentional or a a bug.The text was updated successfully, but these errors were encountered: