Files
Markus Ecker 9df8d438e7 Improve textarea CSS (#376)
* remove unused UI components

* remove tailwind base and components

* scope tailwind css
2024-06-03 14:40:44 +00:00

13 lines
294 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: {},
"postcss-prefix-selector": {
prefix: ".copilot-kit-textarea-css-scope",
},
},
};