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
I am using stylus with CSS Grid properties
.random-element display: grid grid-column-gap: 10px grid-row-gap: 10px
However the stylint comes back with
test.styl 3:2 valid error property is not valid test.styl 4:2 valid error property is not valid
I'm using Stylint v1.5.9, tried upgrading to v2.0.0 but having the same result. Webpack stylus loader is working fine.
The text was updated successfully, but these errors were encountered:
Add
"customProperties": ['grid-column-gap', 'grid-row-gap'],
line to your .stylintrc file.
.stylintrc
Sorry, something went wrong.
No branches or pull requests
I am using stylus with CSS Grid properties
However the stylint comes back with
I'm using Stylint v1.5.9, tried upgrading to v2.0.0 but having the same result.
Webpack stylus loader is working fine.
The text was updated successfully, but these errors were encountered: