mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
Co-authored-by: Morten Lied Johansen <morten.lied.johansen@nav.no>
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
|