anycoder-e3d83b2d / postcss.config.js
mvbhr's picture
Upload postcss.config.js with huggingface_hub
77be066 verified
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}