-
Notifications
You must be signed in to change notification settings - Fork 465
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
named colours behave oddly when used in variables #558
Milestone
Comments
blowback
changed the title
named colours behave oddly when used as function params
named colours behave oddly when used in variables
Oct 18, 2014
simpler:
gives no/no not no/yes |
I've noticed something similar with mixins converting over to LibSass. Example:
RubySass compiles as:
LibSass compiles as:
|
This seems to be fixed by latest master? @xzyfer maybe you can check? |
I can confirm the latest master returns the following output .btn-red {
background-color: #ff0000; }
.btn-blue {
background-color: #0000ff; }
.btn-green {
background-color: #00FF00; }
.btn {
background-color: #ccc; } |
It's worth noting |
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Apr 22, 2016
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Apr 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's something odd going on with named colours. They're meant to be "indistinguishable from unqoted strings".
sass gives me:
sassc gives me:
The text was updated successfully, but these errors were encountered: