Open Grawl opened 5 years ago
What version of Sass Lint are you using?
"sass-lint": "^1.13.1"
Please include any relevant parts of your configuration
What did you do? Please include the actual source code causing the issue.
.foo { font: 20px/24px fantasy { weight: bold; } }
or
.bar { transform: translateX(-1px) { origin: top left; style: preserve-3d; } }
No translateX — no warning:
translateX
.foo { transform: { origin: top left; style: preserve-3d; }
No nested properties — no warning:
.foo { transform: translateX(-1px); }
What did you expect to happen?
No warnings or errors.
What actually happened? Please include any error messages given to you by Sass Lint.
Sass Lint: Trailing semicolons required (trailing semicolon)
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:
7:8 warning Trailing semicolons required trailing-semicolon
"sass-lint": "^1.13.1"
or
No
translateX
— no warning:No nested properties — no warning:
No warnings or errors.
Sass Lint: Trailing semicolons required (trailing semicolon)
I am using plugin for Intellij IDEA, but CLI causes this issue too: