Files
copilotkit__copilotkit/CopilotKit/examples/next-openai/postcss.config.js
2023-08-22 23:09:55 -07: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: {},
},
};