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

Multi-line Comments - */ is added even if it is present when there are whitespaces #2381

Closed
sebastian2209 opened this issue Oct 11, 2024 · 0 comments · Fixed by #2383
Closed
Assignees
Labels

Comments

@sebastian2209
Copy link

sebastian2209 commented Oct 11, 2024

If there are whitespaces after the closing tag of a multi-line comment, an additional */ apprears in the css.

Reproduce

  • sass:
/* This is a comment */   
  • css:
/* This is a comment */   */

Expected result in css:

/* This is a comment */   

or with stripped whitespaces

/* This is a comment */

Tested with 1.79.5

I updated from 1.77.5. This version works as expected.

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.

2 participants