Last active
December 11, 2015 22:08
-
-
Save adrianrodriguez/4667258 to your computer and use it in GitHub Desktop.
Weird syntax error with sass mixin.
Thanks Chris. Will definitely try that out.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interpolation
#{}
returns a string to be inserted into the output of the stylesheet. if you remove the interpolation when calling the linear-gradient function, it will work.