svara-tts-webgpu / postcss.config.js
shreyask's picture
Upload Svāra TTS WebGPU app
c69c1ee verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};