Files
chat-ui/apps/web/postcss.config.js
2025-02-24 17:19:41 +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': {},
},
}