Edit File: .stylelintrc.json
{ "extends": "@wordpress/stylelint-config/scss", "rules": { "no-descending-specificity": null, "selector-class-pattern": null, "selector-id-pattern": null, "font-family-name-quotes": null, "function-url-quotes": null, "value-keyword-case": [ "lower", { "camelCaseSvgKeywords": true, "ignoreFunctions": ["currentColor"] } ] } }
Back