hakurei.app/.stylelintrc.json
2023-02-09 17:53:18 -05:00

10 lines
232 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null,
"no-descending-specificity": null,
"number-max-precision": null,
"value-no-vendor-prefix": null
}
}