inference-playground / postcss.config.js
Thomas G. Lopes
update tailwind
8c5a2cf
raw
history blame
66 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
},
};