autogpt / benchmark /frontend /tailwind.config.ts
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame
No virus
171 Bytes
import { type Config } from "tailwindcss";
export default {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
} satisfies Config;