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