solvox / postcss.config.js
muthuk1's picture
🎤 SolVox: Voice-First Private AI Wallet for Solana — Powered by QVAC SDK
945e815 verified
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};