mirror of
https://github.com/nais/wonderwall.git
synced 2026-02-14 17:49:54 +00:00
6 lines
138 B
Makefile
6 lines
138 B
Makefile
local:
|
|
npx @tailwindcss/cli -i ./input.css -o ./output.css --watch
|
|
|
|
build:
|
|
npx @tailwindcss/cli -i ./input.css -o ./output.css --minify
|