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
A bug similar to #145 (partially fixed in #154), but seems to still reproduce in slightly different conditions.
A single-line comment inside a value:
.foo { top: calc( // don't 10px ); }
OR a case when there is also another comment with a quote, resulting in a different error message:
.foo { top: calc( // don't 10px ); } // don't
For the first case:
4:13 error Unclosed string (CssSyntaxError)
For the second case:
3:9-10 error Unclosed bracket (CssSyntaxError)
Quote inside a single-line comment should not matter.
There is an error.
stylelint playground
stylelint playground for the second case
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A bug similar to #145 (partially fixed in #154), but seems to still reproduce in slightly different conditions.
LESS
A single-line comment inside a value:
OR a case when there is also another comment with a quote, resulting in a different error message:
Errors
For the first case:
For the second case:
Expected Behavior
Quote inside a single-line comment should not matter.
Actual Behavior
There is an error.
How can we reproduce the behavior?
stylelint playground
stylelint playground for the second case
The text was updated successfully, but these errors were encountered: