wallet-core/packages/demobank-ui/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-09-19 13:31:08 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}