mkgg/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-12-10 17:52:14 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}