We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af72253 commit e7b5fa5Copy full SHA for e7b5fa5
1 file changed
.stylelintrc.yml
@@ -149,6 +149,9 @@ rules:
149
# Require a single space or disallow whitespace before the bang of declarations.
150
declaration-bang-space-before: always
151
152
+ # Disallow duplicate custom properties within declaration blocks.
153
+ declaration-block-no-duplicate-custom-properties: true
154
+
155
# Disallow duplicate properties within declaration blocks.
156
#declaration-block-no-duplicate-properties:
157
0 commit comments