Skip to content

Commit

Permalink
update intellisense with in-* variant
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Nov 18, 2024
1 parent 4a391e3 commit f45ce6e
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion packages/tailwindcss/src/__snapshots__/intellisense.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7980,7 +7980,53 @@ exports[`getVariants 1`] = `
"isArbitrary": true,
"name": "in",
"selectors": [Function],
"values": [],
"values": [
"not",
"group",
"peer",
"first",
"last",
"only",
"odd",
"even",
"first-of-type",
"last-of-type",
"only-of-type",
"visited",
"target",
"open",
"default",
"checked",
"indeterminate",
"placeholder-shown",
"autofill",
"optional",
"required",
"valid",
"invalid",
"in-range",
"out-of-range",
"read-only",
"empty",
"focus-within",
"hover",
"focus",
"focus-visible",
"active",
"enabled",
"disabled",
"inert",
"in",
"has",
"aria",
"data",
"nth",
"nth-last",
"nth-of-type",
"nth-last-of-type",
"ltr",
"rtl",
],
},
{
"hasDash": true,
Expand Down

0 comments on commit f45ce6e

Please sign in to comment.