File ".stylelintrc.json"

Full Path: /home/vantageo/public_html/wp-content-20240915120940/themes/vantageone/.stylelintrc.json
File size: 375 bytes
MIME-type: application/json
Charset: utf-8

{
    "extends": [
        "stylelint-config-wordpress/scss"
    ],
    "ignoreFiles": [
        "sass/_normalize.scss"
    ],
    "rules": {
        "font-family-no-missing-generic-family-keyword": null,
        "no-descending-specificity": null,
        "block-no-empty": null,
        "no-duplicate-selectors": null,
        "font-family-no-duplicate-names": null
    }
}