-
Hello WXT team, I am trying to integrate ShadCN into my WXT project following the steps outlined in the [ShadCN Manual Installation Guide](https://ui.shadcn.com/docs/installation/manual). However, the default styles for ShadCN components are not displaying as expected. I have verified that:
Despite this, the ShadCN components are rendered without their default styles. Could this be related to the way WXT handles CSS, or is there a specific configuration needed to make TailwindCSS and ShadCN work together in a WXT environment? Any guidance or troubleshooting steps would be greatly appreciated. Thank you for your assistance! And Here is my repo: https://github.com/joisun/Vocabify Please tell me if I should provide more related information. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
- content: [ './components/**/*.{html, ts, tsx}'],
+ content: [ './components/**/*.{html,ts,tsx}'], |
Beta Was this translation helpful? Give feedback.
Thanks a lot, It works 😂