You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What actually happened? Please include any error messages given to you by Sass Lint.
Seems like Sass-Lint recognizes Sass nexted properties as regular properties causing the issue.
If you're using a IDE plugin have you tried the CLI too?
I am using plugin for Intellij IDEA, but CLI causes this issue too:
14:4 error Property `origin` appears to be spelled incorrectly no-misspelled-properties
15:4 error Property `style` appears to be spelled incorrectly no-misspelled-properties
23:3 error Property `weight` appears to be spelled incorrectly no-misspelled-properties
The text was updated successfully, but these errors were encountered:
"sass-lint": "^1.13.1"
or
No warnings or errors.
Seems like Sass-Lint recognizes Sass nexted properties as regular properties causing the issue.
I am using plugin for Intellij IDEA, but CLI causes this issue too:
The text was updated successfully, but these errors were encountered: