mue/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-12-28 23:16:04 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}