feat(18): colors and fonts to tailwind
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user