From 73e04c6cbeb1d75d656e9f7dd93f29b800293f1a Mon Sep 17 00:00:00 2001 From: Mike Stone Date: Tue, 15 Nov 2016 14:43:33 -0500 Subject: [PATCH] Ignore icons and fonts (#484) --- .sass-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.sass-lint.yml b/.sass-lint.yml index a7c48881cd..967dabe2ee 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -2,7 +2,8 @@ files: include: 'frontend/**/*.s+(a|c)ss' ignore: - - 'frontend/styles/_fonts.scss' + - 'frontend/styles/global/_fonts.scss' + - 'frontend/styles/global/_icons.scss' options: formatter: stylish merge-default-rules: false