Skip to content

Commit 5a795eb

Browse files
committed
The latest version of stylelint forced this upgrade.
1 parent 6c722f3 commit 5a795eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
ignoreAtRules: ['else'],
1414
},
1515
],
16-
'color-function-notation': 'legacy',
16+
'color-function-notation': 'modern',
1717
'color-hex-length': 'long',
1818
'custom-property-empty-line-before': null,
1919
'declaration-block-no-redundant-longhand-properties': null,

0 commit comments

Comments
 (0)