Commit 6cb90fe5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Disable scss-lint around text-decoration-skip

parent e88cde48
...@@ -7,10 +7,10 @@ html { ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment