Disable scss-lint around text-decoration-skip

This commit is contained in:
Annabel Dunstone Gray 2018-01-18 13:54:17 -07:00
parent e88cde4883
commit 6cb90fe5b6
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ html {
} }
body { body {
// Improves readability for dyslexic users // Improves readability for dyslexic users; supported only in Chrome/Safari so far
// Supported only in Chrome/Safari so far // scss-lint:disable PropertySpelling
text-decoration-skip: ink; text-decoration-skip: ink;
// scss-lint:enable PropertySpelling
&.navless { &.navless {
background-color: $white-light !important; background-color: $white-light !important;
} }