QuantumShield / frontend /postcss.config.js
SantoshKumar1310's picture
Upload folder using huggingface_hub
49e53ae verified
raw
history blame contribute delete
88 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}