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
According to the spec, the type of a CSSMathNegate is the same as the type of its argument but with entries negated. So CSSMathNegate(1px) has type [ length -> -1 ], but -1px has type [ length -> 1 ]. Should the type of CSSMathNegate just be the type of its argument?
The text was updated successfully, but these errors were encountered:
According to the spec, the type of a
CSSMathNegate
is the same as the type of its argument but with entries negated. SoCSSMathNegate(1px)
has type[ length -> -1 ]
, but-1px
has type[ length -> 1 ]
. Should the type ofCSSMathNegate
just be the type of its argument?The text was updated successfully, but these errors were encountered: