Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for matching multiple utility definitions for one candidate #14231

Merged
merged 12 commits into from
Aug 22, 2024
Prev Previous commit
Next Next commit
Update snapshots
  • Loading branch information
thecrypticace authored and philipp-spiess committed Aug 22, 2024
commit 8e6b9fd8795ad37721c1173ece8875079f507665
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ exports[`getClassList 1`] = `
"bg-gradient-to-tl",
"bg-gradient-to-tr",
"bg-inherit",
"bg-inherit",
"bg-left",
"bg-left-bottom",
"bg-left-top",
Expand Down Expand Up @@ -517,7 +516,6 @@ exports[`getClassList 1`] = `
"bg-space",
"bg-top",
"bg-transparent",
"bg-transparent",
"block",
"blur-none",
"border",
Expand Down
Loading