js-waku-lab/examples/buddybook/postcss.config.js
2024-10-25 05:41:04 +05:30

7 lines
80 B
JavaScript

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