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
Originally reported by @lunelson
https://twitter.com/lunelson/status/549157998409818112
.debug { @each $item in (a: 1, b: 2, c: 3) { each: $item; } }
Expected output
.debug { each: a 1; each: b 2; each: c 3; }
Libsass output
.debug { each: a; each: b; each: c; }
http://sassmeister.com/gist/3c9367cc2bb2d645133f
Specs added sass/sass-spec#213
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Originally reported by @lunelson
https://twitter.com/lunelson/status/549157998409818112
Expected output
Libsass output
http://sassmeister.com/gist/3c9367cc2bb2d645133f
Specs added sass/sass-spec#213
The text was updated successfully, but these errors were encountered: