mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-07 00:46:56 +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
|