summaryrefslogtreecommitdiff
path: root/.stylelintrc.json
blob: 79a548dab6dc8ee713d7e162bbc85965f0a10a04 (plain)
1
2
3
4
5
6
7
8
9
{
    "extends": "stylelint-config-standard",
    "rules": {
        "comment-empty-line-before": null,
        "no-descending-specificity": null,
        "number-max-precision": null,
        "value-no-vendor-prefix": null
    }
}