mercury/frontend/postcss.config.js

7 lines
75 B
JavaScript
Raw Normal View History

2023-09-11 22:01:18 +02:00
export default {
2023-09-15 16:33:25 +02:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};