interactives/postcss.config.js
2025-07-19 12:58:18 +00:00

6 lines
80 B
JavaScript

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