Finds all CSS files in a given director, iterates through them and executes tailwindcss CLI using the Tailwind config and outputs each file to a dist/
dir.
find . -name \"*.css\" -exec npx tailwindcss -c tailwind.config.js -i {} -o dist/{} \\;
Finds all CSS files in a given director, iterates through them and executes tailwindcss CLI using the Tailwind config and outputs each file to a dist/
dir.
find . -name \"*.css\" -exec npx tailwindcss -c tailwind.config.js -i {} -o dist/{} \\;
For further actions, you may consider blocking this person and/or reporting abuse
Ana Carolina Fonseca Barreto -
Garvit Gupta -
daniel-octomind -
Aishwarya Raj -
Top comments (0)