From 7c05daa6c936c9caf3c76be643fd118306798ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86ndrew=20Rininsland?= Date: Wed, 5 Apr 2017 15:02:10 +0100 Subject: [PATCH] :bug: Fixes 'The border-zero convention 'zero' in your config file is not valid. Defaulted to convention '0'' warning (#421) --- config/scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scss-lint.yml b/config/scss-lint.yml index c80083c6..ea70762e 100644 --- a/config/scss-lint.yml +++ b/config/scss-lint.yml @@ -17,7 +17,7 @@ options: rules: border-zero: - 2 - - convention: zero + - convention: 0 brace-style: - 2 - allow-single-line: true