Skip to content

Commit e7b5fa5

Browse files
committed
Update .stylelintrc.yml
1 parent af72253 commit e7b5fa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.stylelintrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ rules:
149149
# Require a single space or disallow whitespace before the bang of declarations.
150150
declaration-bang-space-before: always
151151

152+
# Disallow duplicate custom properties within declaration blocks.
153+
declaration-block-no-duplicate-custom-properties: true
154+
152155
# Disallow duplicate properties within declaration blocks.
153156
#declaration-block-no-duplicate-properties:
154157

0 commit comments

Comments
 (0)