files
DML_Generater/frontend/tailwind.config.ts
LHK 7b2487986a 아따 대가리 깨지네
예시 만듬
2025-02-21 17:00:17 +09:00

19 lines
381 B
TypeScript

import type { Config } from "tailwindcss";
export default {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
},
},
},
plugins: [],
} satisfies Config;