From a0251b32d19108ab94abf160cf0208d2de949cef Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 15 Nov 2018 15:56:00 -0500 Subject: [PATCH] update linting rules --- .stylelintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index a624c10..2948d07 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,7 @@ { "ignoreFiles" : [ - "assets/css/just-the-docs.scss" + "assets/css/just-the-docs.scss", + "_sass/normalize.scss/*" ], "extends": [ "stylelint-config-primer"