Commit 90f6536
Use Tailwind's
* prefer Tailwind's `context.getClassOrder()` if it exists
We have to keep the existing code for now, since the plugin will prefer
the user's tailwind version. Hopefully we can remove this in future
versions.
* bump tailwindcss dependency
* add full getClassOrder polyfill
This will also add the `group` and `peer` for older versions of Tailwind
CSS
* Update `getClassOrder` polyfill to support all Tailwind v3 releases
* Add "parasite utilities" test
Co-authored-by: Brad Cornes <[email protected]>context.getClassOrder(classes) (#57)1 parent 3e91ec3 commit 90f6536
4 files changed
+129
-89
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments