anycoder-3f533a5e / postcss.config.js
Manojsha9530's picture
Upload postcss.config.js with huggingface_hub
b5fa2ee
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}