1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-03-11 18:49:54 +03:00
uptime-kuma/.stylelintrc
2022-04-14 01:20:54 +08:00

13 lines
414 B
Text

{
"extends": "stylelint-config-standard",
"customSyntax": "postcss-html",
"rules": {
"indentation": 4,
"no-descending-specificity": null,
"selector-list-comma-newline-after": null,
"declaration-empty-line-before": null,
"alpha-value-notation": "number",
"color-function-notation": "legacy",
"shorthand-property-no-redundant-values": null
}
}