anycoder-4cf6369c / postcss.config.js
Pkiran's picture
Upload postcss.config.js with huggingface_hub
78d4e0b verified
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}