From 0381666d46605a251a10875567679d50089183e2 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 13 Jul 2018 14:41:16 +0200 Subject: [PATCH] Disable variable-only check for content: ' '. --- src/icedream.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icedream.scss b/src/icedream.scss index 6bd3d65..58bdfcb 100644 --- a/src/icedream.scss +++ b/src/icedream.scss @@ -118,7 +118,7 @@ body { opacity: 0.2; background-image: url("whitefog.png"); background-attachment: fixed; - content: ' '; + content: ' '; // sass-lint:disable-line variable-for-property position: absolute; left: 0; top: 0;