Files
copilotkit__copilotkit/examples/v1/next-openai/postcss.config.js
2026-02-13 11:01:44 +01:00

10 lines
205 B
JavaScript

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