anycoder-93b30892 / postcss.config.js
ctfone's picture
Upload postcss.config.js with huggingface_hub
05c81a7 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}