perplexican / ui /postcss.config.js
0Scottzilla0's picture
Upload folder using huggingface_hub
a80ecb8 verified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};