Open cibulka opened 5 years ago
rules: no-css-comments: - 0 property-sort-order: - 1 - order: 'smacss'
In my sass file: button { font-smoothing: inherit}
button { font-smoothing: inherit}
In my terminal: sass-lint -v -q
sass-lint -v -q
Sass-lint not complaining about this.
6:3 warning Propertyfont-smoothingappears to be spelled incorrectly no-misspelled-properties
6:3 warning Property
appears to be spelled incorrectly no-misspelled-properties
No.
I have the same issue
it is solved by this solution https://github.com/sasstools/sass-lint/issues/693
What version of Sass Lint are you using?
Please include any relevant parts of your configuration
What did you do? Please include the actual source code causing the issue.
In my sass file:
button { font-smoothing: inherit}
In my terminal:
sass-lint -v -q
What did you expect to happen?
Sass-lint not complaining about this.
What actually happened? Please include any error messages given to you by Sass Lint.
6:3 warning Property
font-smoothingappears to be spelled incorrectly no-misspelled-properties
If you're using a IDE plugin have you tried the CLI too?
No.