Files
chat-ui/examples/nextjs/postcss.config.js
T
2025-05-29 14:06:52 +07:00

9 lines
193 B
JavaScript

// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
}