From ca1aea7125d421b1ec2b062baf9c273133060874 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Thu, 25 May 2017 10:44:33 -0400 Subject: [PATCH] Allow all shorthand lengths --- .scss-lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.scss-lint.yml b/.scss-lint.yml index 570e4b26..455108c1 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -160,7 +160,6 @@ linters: Shorthand: enabled: true - allowed_shorthands: [1, 2, 3] SingleLinePerProperty: enabled: true