mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-10 18:37:00 +00:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
local:
|
|
npx tailwindcss -i ./input.css -o ./output.css --watch
|
|
|
|
build:
|
|
npx tailwindcss -o ./output.css --minify
|