Skip to content
Snippets Groups Projects
Unverified Commit 6cb90fe5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Disable scss-lint around text-decoration-skip

parent e88cde48
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment