Skip to content
New issue

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

Silent comments are incorrectly preserved in at-rule values #2263

Closed
nex3 opened this issue Jun 15, 2024 · 0 comments · Fixed by #2266
Closed

Silent comments are incorrectly preserved in at-rule values #2263

nex3 opened this issue Jun 15, 2024 · 0 comments · Fixed by #2266
Labels

Comments

@nex3
Copy link
Contributor

nex3 commented Jun 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant