We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcd3e1 commit 567a29fCopy full SHA for 567a29f
1 file changed
Makefile
@@ -143,12 +143,12 @@ tailwind-build:
143
144
cicd-tailwind-install:
145
@echo " >> Installing tailwind ..."
146
- npm init -y
147
- npm install
148
- npm install yarn
149
- yarn add tailwindcss@latest @tailwindcss/typography preline@latest postcss@latest autoprefixer@latest cssnano@latest
+ @npm init -y
+ @npm install
+ @npm install yarn
+ @yarn add tailwindcss@latest @tailwindcss/typography preline@latest postcss@latest autoprefixer@latest cssnano@latest
150
151
cicd-tailwind-build:
152
@echo " >> Regenerating CSS ..."
153
- @npx tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
+ @npx tailwindcss/cli -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
154
@cp $(TAILWIND_BASE)/*.js $(JS_OUTPUT)
0 commit comments