Use tailwindcss with standalone CLI

This commit is contained in:
Akira Tempaku 2024-04-19 03:56:30 +09:00
parent 4d784412fc
commit ece41474fc
16 changed files with 44 additions and 89 deletions

View file

@ -1,6 +1,9 @@
install: ## Install dependencies
@qlot install
dev: ## Run dev mode
@tailwindcss -i ./src/assets/css/global.css -o ./src/assets/css/dist.css --watch
help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'