diff options
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index db234ad739c..02fc586a1c4 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -178,6 +178,10 @@ linters: SpaceAfterComma: enabled: false + # Comment literals should be followed by a space. + SpaceAfterComment: + enabled: false + # Properties should be formatted with a single space separating the colon # from the property's value. SpaceAfterPropertyColon: |