Matthias Christensen
Matthias Christensen
+1 on this as well
Thanks @gregholst I just recently came back to an issue similar to this and can indeed confirm it works as intended 👍
However, a prop integrated with the package would still be appreciated!
@AO19 sure, I can look into it 👍
There still seems to be issues related to the ordering being overwritten by `buildOrder`. A feature in the future could be to allow users to disable the default order function...
@arishoham did you ever manage to fix this issue?
@lamberto15 thanks for quick rundown
Adding to this issue to highlight similar issue where generated custom classes override each other if sharing same class prefix with a setup of ```css :root { ... --color-base-600: hsl(0,...
@yash-k-s-7span thank you for providing an example. I eventually backtracked this this to `tailwind-merge` being the issue as it would remove duplicate prefix classes i.e. if multiple `text-*` classes were...