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 {
}
body {
// Improves readability for dyslexic users
// Supported only in Chrome/Safari so far
// Improves readability for dyslexic users; supported only in Chrome/Safari so far
// scss-lint:disable PropertySpelling
text-decoration-skip: ink;
// scss-lint:enable PropertySpelling
&.navless {
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