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
SilentComment
The following is incorrectly parsed:
// First comment // Second comment foo {}
It should be parsed as two separate comments, but is currently parsed as one.
The text was updated successfully, but these errors were encountered:
Split SilentComment nodes on empty lines in SCSS
985a0ad
Closes #1941
Split SilentComment nodes on empty lines in SCSS (#1945)
8dddcb7
nex3
Successfully merging a pull request may close this issue.
The following is incorrectly parsed:
It should be parsed as two separate comments, but is currently parsed as one.
The text was updated successfully, but these errors were encountered: