Perplexica_Perplexity_Clone / ui /postcss.config.js
Asman2010's picture
Upload 81 files
969bb94 verified
raw
history blame contribute delete
89 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};