cosmos-explorer/postcss.config.js
2025-07-10 10:22:44 -05:00

7 lines
83 B
JavaScript

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