Stylelint updates

This commit is contained in:
Mouse Reeve
2022-01-07 14:08:36 -08:00
parent db3b4465f6
commit 02feb0d594
2 changed files with 25 additions and 22 deletions

View File

@ -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,
}
};