init
This commit is contained in:
9
.stylelintrc.cjs
Normal file
9
.stylelintrc.cjs
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
extends: ['stylelint-config-standard-less'],
|
||||
overrides: [{files: ['**/*.less'], customSyntax: 'postcss-less'}],
|
||||
plugins: ['stylelint-order'],
|
||||
rules: {
|
||||
'order/order': ['custom-properties', 'declarations'],
|
||||
'order/properties-order': ['width', 'height'],
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user