Use tailwindcss with standalone CLI
This commit is contained in:
parent
4d784412fc
commit
ece41474fc
16 changed files with 44 additions and 89 deletions
3
Makefile
3
Makefile
|
@ -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}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue