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
Anuj Tyagi -
Imran Shaik -
Jayanth MKV -
Abhinav Prasad -
Top comments (0)