projectinca_game/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-07-10 00:55:34 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}