Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-11-08 01:31:25 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-08 01:52:44 +0300
commitb15ac898da07c1d84b4b7fa6a1d9e5221fe54d96 (patch)
treed831a50e278505f9da447a23ec6a96b1f1fda61a /.scss-lint.yml
parentfb0fc7d623ee33d529933998fa8763f12e60b627 (diff)
Version the SCSS files. Fixes #28.
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 0d493b16..140bbbba 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -3,6 +3,10 @@ scss_files: "./content/assets/stylesheets/**"
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'"
+
linters:
BorderZero:
severity: error