Stylelint updates
This commit is contained in:
parent
db3b4465f6
commit
02feb0d594
2 changed files with 25 additions and 22 deletions
|
@ -12,6 +12,9 @@ module.exports = {
|
|||
"custom-properties",
|
||||
"declarations"
|
||||
],
|
||||
"indentation": 4
|
||||
"indentation": 4,
|
||||
"property-no-vendor-prefix": false,
|
||||
"color-function-notation": false,
|
||||
"declaration-block-no-redundant-longhand-properties": false,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue