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 new in-* variant #15025

Merged
merged 12 commits into from
Nov 18, 2024
Prev Previous commit
Next Next commit
update intellisense tests
  • Loading branch information
RobinMalfait committed Nov 18, 2024
commit 7daef2da21d4a492ba2074a09eeb718b8a46325b
11 changes: 11 additions & 0 deletions packages/tailwindcss/src/__snapshots__/intellisense.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7554,6 +7554,7 @@ exports[`getVariants 1`] = `
"enabled",
"disabled",
"inert",
"in",
"has",
"aria",
"data",
Expand Down Expand Up @@ -7622,6 +7623,7 @@ exports[`getVariants 1`] = `
"enabled",
"disabled",
"inert",
"in",
"has",
"aria",
"data",
Expand Down Expand Up @@ -7674,6 +7676,7 @@ exports[`getVariants 1`] = `
"enabled",
"disabled",
"inert",
"in",
"has",
"aria",
"data",
Expand Down Expand Up @@ -7972,6 +7975,13 @@ exports[`getVariants 1`] = `
"selectors": [Function],
"values": [],
},
{
"hasDash": true,
"isArbitrary": true,
"name": "in",
"selectors": [Function],
"values": [],
},
{
"hasDash": true,
"isArbitrary": true,
Expand Down Expand Up @@ -8013,6 +8023,7 @@ exports[`getVariants 1`] = `
"enabled",
"disabled",
"inert",
"in",
"has",
"aria",
"data",
Expand Down