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 98a6b75 commit 67eec50Copy full SHA for 67eec50
stylelint.config.mjs
@@ -13,6 +13,7 @@ export default {
13
message: '"%s" selector should be written in PascalCase or BEM format (e.g. block__element--modifier)',
14
},
15
],
16
+ 'layer-name-pattern': '^[a-z][a-zA-Z0-9.-]*$',
17
18
overrides: [
19
{
0 commit comments