inference-playground / tailwind.config.ts
victor's picture
victor HF staff
add playground
39eb06d
raw
history blame
No virus
162 Bytes
import type { Config } from 'tailwindcss';
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
} as Config;