anycoder-8d59f3e0 / postcss.config.js
Cdlane4998's picture
Upload postcss.config.js with huggingface_hub
5b18291 verified
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}