Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Reverse-gradient will cause errors in future versions of Sass #47

Open
ry5n opened this issue May 27, 2015 · 0 comments
Open

Reverse-gradient will cause errors in future versions of Sass #47

ry5n opened this issue May 27, 2015 · 0 comments

Comments

@ry5n
Copy link
Contributor

ry5n commented May 27, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant