We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are many libraries that depend on this behaviour for things like documentation.
/* * <div class="foo #{$foo}" bar="#{$bar}" baz="#{$baz}"> */
Ruby Sass
/* * <div class="foo foo" bar="bar" baz="baz"> */
Libsass 3.1.0
Libsass 3.2.0-beta.6
/* * <div class="foo foo bar=bar baz=baz"> */
A git bisect shows this regression was introduced in 7877cfa.
Spec added sass/sass-spec#334
The text was updated successfully, but these errors were encountered:
@mgreter if you're able to tackle this I think it'll clean up my patch for #1127.
Sorry, something went wrong.
Never mind looks like my patch takes care of this as well.
xzyfer
Successfully merging a pull request may close this issue.
There are many libraries that depend on this behaviour for things like documentation.
Ruby Sass
Libsass 3.1.0
Libsass 3.2.0-beta.6
A git bisect shows this regression was introduced in 7877cfa.
Spec added sass/sass-spec#334
The text was updated successfully, but these errors were encountered: