inference-playground / postcss.config.js
Thomas G. Lopes
format
73b6f4f
raw
history blame contribute delete
66 Bytes
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};