We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff44d9a commit 442502dCopy full SHA for 442502d
docs/features.md
@@ -33,7 +33,7 @@ twMerge('hover:p-2 hover:p-4') // → 'hover:p-4'
33
twMerge('hover:focus:p-2 focus:hover:p-4') // → 'focus:hover:p-4'
34
```
35
36
-The order of standard modifiers does not matter for tailwind-merge.
+tailwind-merge knows when the order of standard modifiers matters and when not and resolves conflicts accordingly.
37
38
### Supports arbitrary values
39
0 commit comments