anycoder-91067bff / postcss.config.js
tommytracx's picture
Upload postcss.config.js with huggingface_hub
55afc0a verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}