chore: fix shadcn/ui not applying styling

https://stackoverflow.com/a/79431749

rebase
This commit is contained in:
afiqzudinhadi 2025-06-06 00:18:06 +08:00
parent 64feeaa877
commit 460b092a6f
6 changed files with 810 additions and 465 deletions

View file

@ -1,8 +1,11 @@
import type { Config } from "tailwindcss";
export default {
darkMode: ["class"],
content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"],
darkMode: "class",
content: [
"./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}",
"./app/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {
borderRadius: {