kokoro-podcast-generator / front /tailwind.config.js
ngxson's picture
ngxson HF staff
first working version
8e0957b
raw
history blame
223 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [
require('daisyui'),
],
daisyui: {}
}