anycoder-c982e0db / postcss.config.js
JosepinPai's picture
Upload postcss.config.js with huggingface_hub
d1479f8 verified
raw
history blame
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}