Files
bs-p2/tailwind.config.ts
dwd-projects ecbf8263f5 Initial commit
2024-07-22 08:34:53 +00:00

10 lines
171 B
TypeScript

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