suno / postcss.config.js
rippanteq7's picture
Upload folder using huggingface_hub
dfe72e0 verified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};