chat-ui-energy / postcss.config.js
Adrien Denat
migrate to integrated Tailwind instead of CDN
f3adf00
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}