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 bd5fc33 commit 37f8331Copy full SHA for 37f8331
packages/stylelint-config/index.js
@@ -80,6 +80,7 @@ module.exports = {
80
'lower',
81
{
82
ignoreProperties: ['$font-family-base'],
83
+ camelCaseSvgKeywords: true,
84
},
85
],
86
'at-rule-name-case': 'lower',
packages/stylelint-config/package.json
@@ -26,6 +26,6 @@
26
"stylelint-order": "^4.1.0"
27
28
"peerDependencies": {
29
- "stylelint": "^14.2.0"
+ "stylelint": "^14.3.0"
30
}
31
0 commit comments