Skip to content

Commit e92eea6

Browse files
committed
Revert "add declaration-block-no-shorthand-property-overrides"
This reverts commit 420383e.
1 parent 420383e commit e92eea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stylelint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ 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,
124123
'declaration-property-unit-disallowed-list': {'line-height': ['em']},
125124
'declaration-property-value-disallowed-list': {'word-break': ['break-word']},
126125
'font-family-name-quotes': 'always-where-recommended',

0 commit comments

Comments
 (0)