plane/packages/editor/lite-text-editor/postcss.config.js
2023-09-27 19:49:15 +05:30

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: {},
},
};