Files
t6_mem0/embedchain/examples/full_stack/frontend/postcss.config.js
2024-07-12 20:21:33 +05:30

7 lines
82 B
JavaScript

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