anycoder-810a4242 / postcss.config.js
BerserkerZT's picture
Upload postcss.config.js with huggingface_hub
53cda11 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};