KidoKoding/frontend/postcss.config.js
2024-09-02 23:59:12 +07:00

7 lines
80 B
JavaScript

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