the-couch / slater

🛠 Shopify development toolkit
https://slater.store/
346 stars 47 forks source link

SASS: transform values get clamped on transcode (rotation) #106

Open nelsonvassalo opened 4 years ago

nelsonvassalo commented 4 years ago

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