[css-values] Should trigonometric functions work outside of calc
?
#7265
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-values-4
Current Work
Hey there!
I've been reading the spec for trigonometric functions to implement them on PostCSS Preset Env.
From reading the spec it's not clear that functions shouldn't work only on
calc()
.pi
ande
for example have a special note:Webkit's implementation only allows to use inverse trigonometric outside of
calc
since they resolve todeg
however, even if odd, should it be possible to doline-height: sin(45deg)
given that it resolves to.707
?The text was updated successfully, but these errors were encountered: