feat: run prettier on css

This commit is contained in:
Barrett Ruth 2025-11-09 15:27:07 -05:00
parent 15a2355f05
commit 7989ba0033
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
"check": "astro check"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [
"prettier --write",
"astro check"
]