diff --git a/.stylelintrc.js b/.stylelintrc.js index 0f20cfde4..68c68f894 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -13,8 +13,8 @@ module.exports = { "declarations" ], "indentation": 4, - "property-no-vendor-prefix": false, - "color-function-notation": false, - "declaration-block-no-redundant-longhand-properties": false, + "property-no-vendor-prefix": null, + "color-function-notation": null, + "declaration-block-no-redundant-longhand-properties": null, } };