OpenPanel/packages/devtools-ui/postcss.config.js
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

7 lines
95 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};