autogpt2 / classic /benchmark /frontend /tailwind.config.ts
seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
171 Bytes
import { type Config } from "tailwindcss";
export default {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
} satisfies Config;