ai-desktop-demo/postcss.config.cjs

6 lines
91 B
JavaScript
Raw Permalink Normal View History

2024-07-28 20:12:20 -04:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}