git ssb

0+

Grey the earthling / gkn.me.uk



Commit 5a162d031134b5ef9bb501630aa3823f16168560

Run prettier on all of static/

- Capture SmolEmoji.css
- Make the Makefile agnostic of the main stylesheet's name
Grey Nicholson committed on 11/19/2023, 3:27:03 PM
Parent: 6a24c182e6c1cf33a112af72fc079275c0ef9153

Files changed

Makefilechanged
MakefileView
@@ -24,9 +24,9 @@
2424
2525 lint: .cache/lint
2626
2727 .cache/lint: $(shell find static/style) .cache/deps
28- toolbox run npx -y prettier -w static/style/tarazed.css
28 + toolbox run npx -y prettier -w static/
2929 touch $@
3030
3131 clean: .cache/clean
3232

Built with git-ssb-web