svara-tts-webgpu / tailwind.config.js
shreyask's picture
Upload Svāra TTS WebGPU app
c69c1ee verified
raw
history blame contribute delete
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};