Tailwind PostCSS Config Flag
If you use -p
when initializing Tailwind for your project it will generate a PostCSS config file at the same time.
# creates both a tailwind.config.js and postcss.config.js
npx tailwindcss init -p
If you use -p
when initializing Tailwind for your project it will generate a PostCSS config file at the same time.
# creates both a tailwind.config.js and postcss.config.js
npx tailwindcss init -p