Files
gitea-themes/.stylelintrc.json
Vulpovile 9e1a7b2505
All checks were successful
Flare Microsystems Git/FlarePublic/gitea-themes/pipeline/pr-master This commit looks good
Try breaking rules
2025-01-11 14:43:41 -08:00

7 lines
104 B
JSON

{
"extends": "stylelint-config-standard",
"rules":{
"color-function-notation": "legacy"
}
}