SUP_GoldBees_Frontend/postcss.config.js
2026-02-01 13:01:28 +00:00

7 lines
80 B
JavaScript

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