From e18711f7dd7753247ca77dbf90ae1eace699f052 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Wed, 23 Nov 2016 15:35:11 -0700 Subject: Improve the anchor icon. --- .scss-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.scss-lint.yml') diff --git a/.scss-lint.yml b/.scss-lint.yml index 140bbbba5..07bd0b070 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -4,8 +4,8 @@ exclude: - "./content/assets/stylesheets/highlight.scss" # Remove the first three lines so the frontmatter doesn't -# cause SCSS Lint to throw errors. -preprocess_command: "sed '1,3d'" +# cause SCSS Lint to throw errors. Also remove ERB code. +preprocess_command: "sed -E '1,3d;s/<%= .* %>//g'" linters: BorderZero: -- cgit v1.2.3