postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
References
tailwindcss-cli init -p
↔ to gentailwind.config.cjs
&postcss.config.js
(if undefined)
postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
tailwindcss-cli init -p
↔ to gen tailwind.config.cjs
& postcss.config.js
(if undefined)