UMBRA/frontend/postcss.config.js
2026-02-15 16:13:41 +08:00

7 lines
81 B
JavaScript

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