Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Add linter/formatter for css

Open hmpf opened this issue 6 months ago • 1 comments

The actual css that we write ourselves (like themes in DaisyUI 5) ought to look consistent.

So rarely we don't need it in pre-commit, but we must document how to do it.

hmpf avatar Aug 13 '25 09:08 hmpf

A suggestion from my side would be Biome since it can both format and lint CSS files. And it has integration with pre-commit (if we ever decide we want to add it after all) and GitHub actions

johannaengland avatar Aug 14 '25 08:08 johannaengland