deepsite-ai-coding / postcss.config.js
likhonsheikh's picture
Upload postcss.config.js with huggingface_hub
859d554 verified
raw
history blame contribute delete
70 Bytes
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
}