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.
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