css preprocessor

This commit is contained in:
41666 2025-04-07 00:00:52 -07:00
parent e4317ec4fd
commit 023f1651f8
9 changed files with 136 additions and 114 deletions

View file

@ -12,7 +12,10 @@ run-container:
docker load -i result
docker run -it --rm -p 8169:8169 localhost/roleypoly/roleypoly
precommit: fmt prettier tidy update-vendor-hash test
preprocess:
lightningcss --minify --bundle --targets '>= 0.25%' static/main.css
precommit: fmt prettier tidy update-vendor-hash test
fmt:
go fmt ./...