Qwen3-VL-30B-A3B-Instruct / postcss.config.js
akhaliq's picture
akhaliq HF Staff
Upload postcss.config.js with huggingface_hub
5295049 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}