What did you do? Please include the actual source code causing the issue.
.foo
transform: translateX(-1px)
origin: top left
style: preserve-3d
or
.foo
font: 20px fantasy
weight: bold
What did you expect to happen?
No warnings or errors.
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
"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: