Files
page-builder/tailwind.config.js
T
jaybe 9d8c4538c7
CI / test (push) Successful in 4m58s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Successful in 1m45s
대시보드, GNB 추가
2025-12-08 06:59:52 +09:00

14 lines
257 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "class",
content: [
"./src/app/**/*.{ts,tsx}",
"./src/components/**/*.{ts,tsx}",
"./src/features/**/*.{ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
};