fuware-be/frontend/postcss.config.js
2024-06-01 12:34:20 +00:00

7 lines
80 B
JavaScript

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