Files
gitea-themes/.stylelintrc.json
Vulpovile 721c3b84c0
All checks were successful
Flare Microsystems Git/FlarePublic/gitea-themes/pipeline/pr-master This commit looks good
Fix linter config
2025-01-11 14:36:40 -08:00

7 lines
98 B
JSON

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