Dany Castillo
Dany Castillo
@Pritam1211 since you built the original workflow, I also want to notify you about this in case you'd like to add this.
Hey! Yeah Tailwind CSS and tailwind-merge both rely heavily on the order of the CSS, so merging two Tailwind CSS stylesheets causes issues like this. When using an independent lib...
You can still use a JS config in Tailwind CSS v4 → https://tailwindcss.com/docs/functions-and-directives#config-directive
Hey @ubaid-myalfred! 👋 Just tested it out in https://codesandbox.io/p/sandbox/spjzgc and the only class that gets removed is `xl:leading-[2.188rem]!`. Are you sure that the problem doesn't come from a different part...
That's annoying that eslint-plugin-better-tailwindcss and tailwind-merge don't work well together. With arbitrary values like `text-[length:12px]` it indeed doesn't make sense. This issue is unfortunately quite tricky to solve. It's in...
Hey @facusolerobin and @Aslarex! 👋 tailwind-merge doesn't have access to your Tailwind config and you'll need to configure it separately with `extendTailwindMerge` when you tweaked your Tailwind config file. Here...