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
For example, the SCSS stylesheet
@foo bar // comment
currently produces the CSS
@foo bar // comment;
(Playground link)
This is invalid, and an incorrect interpretation of the silent comment semantics.
The text was updated successfully, but these errors were encountered:
Add tests for comments in more expression-like contexts
88ed8a4
See sass/dart-sass#2263
Parse silent comments in _interpolatedDeclarationValue()
_interpolatedDeclarationValue()
280de8c
Closes #2263
18cd524
Add tests for comments in more expression-like contexts (#2000)
e9f7340
04b6251
Successfully merging a pull request may close this issue.
For example, the SCSS stylesheet
@foo bar // comment
currently produces the CSS
@foo bar // comment;
(Playground link)
This is invalid, and an incorrect interpretation of the silent comment semantics.
The text was updated successfully, but these errors were encountered: