DockerGenAI_Streamlit / front-end /tailwind.config.js
jaothan's picture
Upload 47 files
b8dc493 verified
raw
history blame contribute delete
202 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{svelte,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}