mobify / spline

⚠️ DEPRECATED. Spline is a mixin and function library for Sass. It makes writing stylesheets for mobile-first builds faster and easier. Spline provides methods to manipulate text, use web & icon fonts, create CSS3 shapes, and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse-gradient will cause errors in future versions of Sass

ry5n opened this issue · comments

Since Sass 3.4.10 (January), passing anything other than a non-string value to the unquote function is deprecated and will be an error in future versions of Sass. This affects the reverse-gradient function, which (for some code paths) tries to pass a list through unquote.

We need to make sure any unquote calls are only ever passed strings, not lists.