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 in sass/node-sass#1242
foo { bar: 20px /* height */ + 2*5px /* padding */ + 2*1px /*border*/; }
Ruby Sass
foo { bar: 32px; }
LibSass
foo { bar: 20px 10px 2px; }
Spec added sass/sass-spec#628
The text was updated successfully, but these errors were encountered:
Add specs for issue 1765
2a24ac0
This PR add specs for sass/libsass#1765
73f1060
test should probably be extended to also include comments after the operator
Sorry, something went wrong.
Activate specs for issue 1765
0a764df
This PR activates specs for sass/libsass#1765
mgreter
Successfully merging a pull request may close this issue.
Originally reported in sass/node-sass#1242
Ruby Sass
LibSass
Spec added sass/sass-spec#628
The text was updated successfully, but these errors were encountered: