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