secret-llama-whisper / tailwind.config.js
reidmen's picture
pushing a huggingface compatible version
db376fe
raw
history blame contribute delete
183 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}