Router-EOL / frontend /postcss.config.js
crazycrazypete's picture
Upload 20 files
4960957 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}