botman0040
TTCTheo's Typesafe Cult
•Created by botman0040 on 9/11/2023 in #questions
shadcn/ui components are not rendering.
Hey @ronanru actually there was a typo in my config. Looks like your advice work!
8 replies
TTCTheo's Typesafe Cult
•Created by botman0040 on 9/11/2023 in #questions
shadcn/ui components are not rendering.
It's still not picking up the styles however.
8 replies
TTCTheo's Typesafe Cult
•Created by botman0040 on 9/11/2023 in #questions
shadcn/ui components are not rendering.
Hey @ronanru good catch. It wasn't listed under content and I just added it.
/ @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class"],
content: [
"./pages//.{ts,tsx}",
"./components/**/.{ts,tsx}",
"./app//*.{ts,tsx}",
"./src//.{ts,tsx}",
".@/components/**/.{ts,tsx}",
],
8 replies