anycoder-030b6d31 / postcss.config.js
b08x's picture
Upload postcss.config.js with huggingface_hub
9333130 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}