PRISM2.0 / frontend /postcss.config.js
devranx's picture
Add missing Tailwind config
2be3e33
raw
history blame
92 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}