We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42b777 commit 1d5ac33Copy full SHA for 1d5ac33
Makefile
@@ -143,9 +143,11 @@ tailwind-build:
143
144
cicd-tailwind-install:
145
@echo " >> Installing tailwind ..."
146
- @npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
+ npm install
147
+ npm install yarn
148
+ yarn add tailwindcss@latest @tailwindcss/typography preline@latest postcss@latest autoprefixer@latest cssnano@latest
149
-cicd-tailwind-build: cicd-tailwind-install
150
+cicd-tailwind-build:
151
@echo " >> Regenerating CSS ..."
152
@npx tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
153
@cp $(TAILWIND_BASE)/*.js $(JS_OUTPUT)
0 commit comments