From 21c1671e671314010c177866629ec8275d374c2d Mon Sep 17 00:00:00 2001 From: Garth Braithwaite Date: Sat, 2 Dec 2017 13:18:41 -0700 Subject: [PATCH] :sparkle: testing --- .scss-lint.yml | 2 +- _sass/_article.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scss-lint.yml b/.scss-lint.yml index bc8e393..56b18b8 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -158,7 +158,7 @@ linters: Shorthand: enabled: true - allowed_shorthands: [1, 2, 3] + allowed_shorthands: [1, 2, 3, 4] SingleLinePerProperty: enabled: true diff --git a/_sass/_article.scss b/_sass/_article.scss index bf0d906..dd6411e 100644 --- a/_sass/_article.scss +++ b/_sass/_article.scss @@ -2,7 +2,7 @@ // Article Module article, -section { padding: 1px 0; } +section { padding: 1px 0px; } .article-header { padding-top: 30px; }