cosmos-explorer/postcss.config.js
2023-04-24 23:12:08 +08:00

7 lines
82 B
JavaScript

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