mkstack/postcss.config.js
2025-04-16 21:43:54 -05:00

7 lines
80 B
JavaScript

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