From d5f0a4170bc53a2d5a5d9b3931f0d4c5e5fc9408 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 13 Jul 2018 14:41:58 +0200 Subject: [PATCH] Disable variable-only check for displaying class with debug on. --- src/_debug.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_debug.sass b/src/_debug.sass index 482d4bf..3c9ab61 100644 --- a/src/_debug.sass +++ b/src/_debug.sass @@ -5,7 +5,7 @@ box-sizing: border-box position: relative &:after - content: attr(class) + content: attr(class) // sass-lint:disable-line variable-for-property z-index: 99999 box-shadow: 0 0 10px black position: absolute