From a2658b318f1463b2cbe2935a19808d3b790f1a76 Mon Sep 17 00:00:00 2001 From: Carlos Serrano Date: Tue, 8 Aug 2017 12:06:04 +0100 Subject: [PATCH] fix: ignore 'else' rule --- stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stylelintrc.json b/stylelintrc.json index 47efe55..fc4e33b 100644 --- a/stylelintrc.json +++ b/stylelintrc.json @@ -8,6 +8,7 @@ "include", "extend", "if", + "else", "content", "each", "return",