-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scss and Uncaught TypeError: Cannot read property '0' of null #23
Comments
It's fine if you can't support this, kind of a edge case. |
Thanks for the information, I'm not sure if I be able to handle it correctly, but at least I'll be able to prevent an error to be raised. |
Fixed, and I was also able to use previously defined variables in all sass/less/stylus functions. |
Excellent. I know you're getting sick of me, but...
test.scss
Blame foundation for all of these. |
Hmm, not sure what's going on here, seems like the variables are not passed properly in that case... |
I forgot to pass the variable hash to the Color constructor when building a color from a variable (like the |
Thank you. Works well now. PS I really like the color marker at the end of the line. |
Started happening after you added
scale-color
.test.scss
The text was updated successfully, but these errors were encountered: