open-prompt / postcss.config.mjs
GitHub Action
Automated sync to Hugging Face
bcce530
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;