Skip to content

Commit 420383e

Browse files
committed
add declaration-block-no-shorthand-property-overrides
1 parent 8572e47 commit 420383e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stylelint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default {
120120
'csstools/value-no-unknown-custom-properties': [true, {importFrom: cssVarFiles}],
121121
'declaration-block-no-duplicate-properties': [true, {ignore: ['consecutive-duplicates-with-different-values']}],
122122
'declaration-block-no-redundant-longhand-properties': [true, {ignoreShorthands: ['flex-flow', 'overflow', 'grid-template']}],
123+
'declaration-block-no-shorthand-property-overrides': true,
123124
'declaration-property-unit-disallowed-list': {'line-height': ['em']},
124125
'declaration-property-value-disallowed-list': {'word-break': ['break-word']},
125126
'font-family-name-quotes': 'always-where-recommended',

0 commit comments

Comments
 (0)