mikebuilds

Results 15 comments of mikebuilds

tw-classed looks pretty cool… As far as I can see, it doesn’t support twMerge - how could this fit in?

@francoromanol This looks like the issue you were seeing

After a lot of investigation tonight, I've concluded that this issue is definitely caused by the use of PNPM. I believe _(I could be wrong, I don't write Rust)_ the...

Actually some more info. switching your project back to NPM won't work either as it hoists its packages when using workspaces.. shame! It's wild, but I don't think there is...

Weighing in here, personally I prefer the approach shadcn has used in custom variables without blowing out the amount of classes used for dark mode. Kind of feels like what...

This looks like an eslint issue… either you haven’t added the custom classes to tailwind config, or the eslint tailwindcss plug-in isn’t detecting your tailwind config file

@digoburigo The classes (border-border, bg-background, etc) are defined in step 3, in your tailwind.config.js file https://ui.shadcn.com/docs/installation#configure-tailwindconfigjs

@timidri Have you followed step 3 and added these options to tailwind.config? https://ui.shadcn.com/docs/installation#configure-tailwindconfigjs