CodeRED-Astra/frontend/tailwind.config.ts
devaine d6378b8eb1
Some checks failed
Build and Deploy / Build Images and Deploy to Server (push) Has been cancelled
fix(repo): we start over, its really that time
2025-10-25 13:28:40 -05:00

5 lines
140 B
TypeScript

import type { Config } from "tailwindcss";
export default {
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
} satisfies Config;