projectinca_game/postcss.config.js
2024-07-09 20:55:34 -04:00

7 lines
80 B
JavaScript

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