From 1f0c6dcc5592df4934817da89a0c3dc2d4d096ef Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 13 Jul 2018 14:39:45 +0200 Subject: [PATCH] Disable variable-only check for margin: 0. --- src/icedream.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icedream.scss b/src/icedream.scss index 55ea1af..6bd3d65 100644 --- a/src/icedream.scss +++ b/src/icedream.scss @@ -16,7 +16,7 @@ body { width: 100%; text-align: left; padding: 1em; - margin: 0; + margin: 0; // sass-lint:disable-line variable-for-property z-index: 900; // copied from https://gist.github.com/Odepia/5790397 background: transparent;