Some checks failed
Build and Deploy / Build Images and Deploy to Server (push) Has been cancelled
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import type { Config } from "tailwindcss";
|
|
|
|
export default {
|
|
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
|
|
} satisfies Config;
|