pollo/tailwind.config.ts
Atridad Lahiji b086f719c8
Old stuff
2023-11-29 12:43:52 -07:00

9 lines
189 B
TypeScript

import type { Config } from "tailwindcss";
export default {
content: ["./app/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [require("daisyui")],
} satisfies Config;