Skip to content

Commit 1253d12

Browse files
authored
Use rustywind to format TailwindCSS code (#599)
1 parent 26c4393 commit 1253d12

File tree

10 files changed

+2047
-246
lines changed

10 files changed

+2047
-246
lines changed

lefthook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ pre-commit:
44
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
55
run: npx --yes @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
66
stage_fixed: true
7+
rustywind:
8+
glob: "*.{js,ts,jsx,tsx}"
9+
run: npx --yes rustywind {staged_files} --write
10+
stage_fixed: true

0 commit comments

Comments
 (0)