Initial commit
This commit is contained in:
14
static/.stylelintrc.json
Normal file
14
static/.stylelintrc.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"plugins": [
|
||||
"stylelint-order"
|
||||
],
|
||||
"rules": {
|
||||
"order/order": [
|
||||
"custom-properties",
|
||||
"declarations"
|
||||
],
|
||||
"order/properties-alphabetical-order": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user