In instances like trying to use a single transform (@include rotate(45);), the output fails because older versions of Sass can't handle the comma that would be present if there multiple transform types passed.
Basically, it's a string issue related to there being an extra comma where it's not wanted.
In instances like trying to use a single transform (@include rotate(45);), the output fails because older versions of Sass can't handle the comma that would be present if there multiple transform types passed.
Basically, it's a string issue related to there being an extra comma where it's not wanted.