anycoder-32591c7b / postcss.config.js
hasanalrobasi's picture
Upload postcss.config.js with huggingface_hub
59a2a65 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}