ai_sandbox/speech-speech/tailwind.config.js

12 lines
183 B
JavaScript
Raw Normal View History

2024-02-19 19:03:08 -05:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
};