From f7bbe71cb8739d2875608f69fc055a9603c001ee Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 11 Apr 2018 17:11:50 -0400 Subject: [PATCH] Removed non-existing rule from sass lint file --- .sass-lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.sass-lint.yml b/.sass-lint.yml index 4fe35db..7e78862 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -44,10 +44,6 @@ rules: allow-element-with-attribute: true allow-element-with-class: true allow-element-with-id: true - no-selector-vendor-prefix: - - 2 - - - include: false no-transition-all: - 2 -