diff options
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index a708d7b224c..db234ad739c 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -57,7 +57,7 @@ linters: # Reports when you define the same property twice in a single rule set. DuplicateProperty: - enabled: false + enabled: true # Separate rule, function, and mixin declarations with empty lines. EmptyLineBetweenBlocks: |