We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a45c09 commit 2efad9eCopy full SHA for 2efad9e
.stylelintrc.js
@@ -13,7 +13,7 @@ module.exports = {
13
ignoreAtRules: ['else'],
14
},
15
],
16
- 'color-function-notation': 'legacy',
+ 'color-function-notation': 'modern',
17
'color-hex-length': 'long',
18
'custom-property-empty-line-before': null,
19
'declaration-block-no-redundant-longhand-properties': null,
0 commit comments