sasstools / sass-lint

Pure Node.js Sass linting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property `text-decoration-skip-ink` appears to be spelled incorrectly

revoltpuppy opened this issue · comments

What version of Sass Lint are you using?
0.2.x; latest version.

What did you do?
I used the new property text-decoration-skip-ink. (Please note that this is different than text-decoration-skip.) See more here: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip-ink

What did you expect to happen?
No error is thrown for no-misspelled-properties.

What actually happened? Please include any error messages given to you by Sass Lint.
I got the error, “Property text-decoration-skip-ink appears to be spelled incorrectly”