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; }