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
colons
In Stylint 1.0.9 "colons": "always" gives warnings not only for usage with declarations, but also in some cases where there shouldn't be a colon.
"colons": "always"
Return statements:
foo() return 'bar' .test width: foo()
Stuff inside mixins (conditions and some other expressions):
foo() if $bar width: 10px
foo() $bar = $baz
The text was updated successfully, but these errors were encountered:
This is fixed in develop, it'll be in 1.0.10 when it goes up, once I take a look at some of the other issues / PRs
Sorry, something went wrong.
1.0.10 is out now, this issue should be fixed. Lemme know if you still have issues.
No branches or pull requests
In Stylint 1.0.9
"colons": "always"
gives warnings not only for usage with declarations, but also in some cases where there shouldn't be a colon.Return statements:
Stuff inside mixins (conditions and some other expressions):
The text was updated successfully, but these errors were encountered: