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
.stylintrc
{ "universal": "never" }
example.styl
p margin: 2*(10)
example.styl 2:13 universal warning * selector is disallowed
If there is a space after the asterisk (i.e., margin: 2* (10)), the rule does not fail.
margin: 2* (10)
The text was updated successfully, but these errors were encountered:
Work around bug in stylint
80f9526
The styling test was failing due to this bug: SimenB/stylint#446
No branches or pull requests
Setup
.stylintrc
example.styl
Result
Other notes
If there is a space after the asterisk (i.e.,
margin: 2* (10)
), the rule does not fail.The text was updated successfully, but these errors were encountered: