inference-playground / postcss.config.js
Last commit not found
raw
history blame
66 Bytes
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};