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
If I use comments for Stylus selectors, I get:
duplicates error duplicate property or selector, consider merging
Kira--Stylint-comments.styl
p // Comment // Another comment font-size 1.9375rem font-style italic div // Kira // Goddess! font-size 1.3rem font-style italic
I couldn't find, that such comments are prohibited in Stylus.
.stylintrc
{ "colons": { "expect": "never", "error": true }, "duplicates": { "expect": "always", "error": true } }
stylint Kira--Stylint-comments.styl
If comments in Kira--Stylint-comments.styl exists:
D:\Kira--Stylint-comments.styl 10 duplicates error duplicate property or selector, consider merging D:\Kira--Stylint-comments.styl 11 duplicates error duplicate property or selector, consider merging Stylint: 2 Errors. Stylint: 0 Warnings.
Else I strip comments:
p font-size 1.9375rem font-style italic div font-size 1.3rem font-style italic
No warnings or errors.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @Kristinita, i m going to work on this issue.
Sorry, something went wrong.
No branches or pull requests
1. Summary
If I use comments for Stylus selectors, I get:
2. Data
2.1. Environment
3. Files
Kira--Stylint-comments.styl
:I couldn't find, that such comments are prohibited in Stylus.
.stylintrc
:4. Steps to reproduce
5. Actual behavior
If comments in
Kira--Stylint-comments.styl
exists:6. Expected behavior
Else I strip comments:
No warnings or errors.
Thanks.
The text was updated successfully, but these errors were encountered: