wine-shop/tailwind.config.ts
christian 6137a166eb
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m39s
nextui lib
2024-05-25 12:25:01 +02:00

10 lines
159 B
TypeScript

import { type Config } from "tailwindcss";
export default {
content: ["./src/**/*.tsx"],
theme: {
extend: {},
},
plugins: [],
} satisfies Config;