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
If there are whitespaces after the closing tag of a multi-line comment, an additional */ apprears in the css.
*/
/* This is a comment */
/* This is a comment */ */
Expected result in css:
or with stripped whitespaces
Tested with 1.79.5
I updated from 1.77.5. This version works as expected.
The text was updated successfully, but these errors were encountered:
Add a regression test for sass/dart-sass#2381
292cecf
Don't generate extra */s for trailing whitespace in Sass
23690dc
Closes #2381
Add a regression test for sass/dart-sass#2381 (#2029)
6d0b7a8
73ff9a9
nex3
Successfully merging a pull request may close this issue.
If there are whitespaces after the closing tag of a multi-line comment, an additional
*/
apprears in the css.Reproduce
Expected result in css:
or with stripped whitespaces
Tested with 1.79.5
I updated from 1.77.5. This version works as expected.
The text was updated successfully, but these errors were encountered: