agents-js-oasst / tailwind.config.js
nsarrazin's picture
nsarrazin HF staff
poc with dockerfile & server-side
2bcd13d
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [
require('daisyui')
]
}