You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: