From 6cb90fe5b631620608dc76942cd021925b0b5c12 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 18 Jan 2018 13:54:17 -0700 Subject: [PATCH] Disable scss-lint around text-decoration-skip --- app/assets/stylesheets/framework/layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss index 8d0651c2383..d107422e517 100644 --- a/app/assets/stylesheets/framework/layout.scss +++ b/app/assets/stylesheets/framework/layout.scss @@ -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; } -- GitLab