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
When using SASS as the preprocessor, transform values can be clamped. It's happening to me when trying to set transform: rotate(540deg) which always outputs transform: rotate(180deg). Also happens when trying to use sass:unquote() to pass in that definition as a string.
Anyone been though similar before? Thanks
The text was updated successfully, but these errors were encountered:
When using
SASS
as the preprocessor, transform values can be clamped. It's happening to me when trying to settransform: rotate(540deg)
which always outputstransform: rotate(180deg)
. Also happens when trying to usesass:unquote()
to pass in that definition as a string.Anyone been though similar before? Thanks
The text was updated successfully, but these errors were encountered: