module.exports = { "customSyntax": "postcss-less", "rules": { "max-nesting-depth": 1, "color-no-invalid-hex": true, "unit-no-unknown": true, "property-no-unknown": true, "no-descending-specificity": true, "no-duplicate-at-import-rules": true, "no-duplicate-selectors": true, "declaration-no-important": true, "length-zero-no-unit": true, }, };