Files
wonderwall/templates/Makefile
Trong Huu Nguyen a4b832839c feat(templates): make error page more generic and responsive
Co-authored-by: Morten Lied Johansen <morten.lied.johansen@nav.no>
2024-10-09 08:58:36 +02:00

6 lines
113 B
Makefile

local:
npx tailwindcss -i ./input.css -o ./output.css --watch
build:
npx tailwindcss -o ./output.css --minify