feat(18): colors and fonts to tailwind

This commit is contained in:
efim
2024-03-12 09:00:57 +00:00
parent fa11926642
commit 8601288230
8 changed files with 89 additions and 63 deletions

View File

@@ -25,4 +25,4 @@ run: $(GENERATED_FILES) $(OUTPUT_CSS)
# and then do `go run .` to rebuild all else
.PHONY: run/live
run/live:
wgo -verbose -file=.go -file=.templ make run
wgo -verbose -file=.go -file=.templ -file=$(INPUT_CSS) -file=$(TAILWIND_CONFIG) make run