Survival_Island_Game / ui /postcss.config.js
suraj140's picture
Restore ui folder in repository root
98d8ad4
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}