wallet-core/packages/exchange-backoffice-ui/postcss.config.js
2023-05-05 08:52:59 -03:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}