Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update snapshots
  • Loading branch information
thecrypticace committed Jan 25, 2025
commit b3464951863e11256cbc77ee6c5f6e04997475c4
35 changes: 23 additions & 12 deletions packages/tailwindcss/src/__snapshots__/intellisense.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1797,6 +1797,8 @@ exports[`getClassList 1`] = `
"basis-96",
"basis-auto",
"basis-full",
"basis-lg",
"basis-md",
"basis-px",
"bg-auto",
"bg-blend-color",
Expand Down Expand Up @@ -3365,6 +3367,8 @@ exports[`getClassList 1`] = `
"columns-8",
"columns-9",
"columns-auto",
"columns-lg",
"columns-md",
"contain-content",
"contain-inline-size",
"contain-layout",
Expand Down Expand Up @@ -3733,15 +3737,8 @@ exports[`getClassList 1`] = `
"float-right",
"float-start",
"flow-root",
"font-black",
"font-bold",
"font-extrabold",
"font-extralight",
"font-light",
"font-medium",
"font-normal",
"font-sans",
"font-semibold",
"font-stretch-100%",
"font-stretch-105%",
"font-stretch-110%",
Expand All @@ -3762,7 +3759,6 @@ exports[`getClassList 1`] = `
"font-stretch-ultra-condensed",
"font-stretch-ultra-expanded",
"font-superbold",
"font-thin",
"forced-color-adjust-auto",
"forced-color-adjust-none",
"from-0%",
Expand Down Expand Up @@ -4595,9 +4591,11 @@ exports[`getClassList 1`] = `
"max-w-dvw",
"max-w-fit",
"max-w-full",
"max-w-lg",
"max-w-lvh",
"max-w-lvw",
"max-w-max",
"max-w-md",
"max-w-min",
"max-w-none",
"max-w-px",
Expand Down Expand Up @@ -4763,9 +4761,11 @@ exports[`getClassList 1`] = `
"min-w-dvw",
"min-w-fit",
"min-w-full",
"min-w-lg",
"min-w-lvh",
"min-w-lvw",
"min-w-max",
"min-w-md",
"min-w-min",
"min-w-none",
"min-w-px",
Expand Down Expand Up @@ -7474,9 +7474,11 @@ exports[`getClassList 1`] = `
"w-dvw",
"w-fit",
"w-full",
"w-lg",
"w-lvh",
"w-lvw",
"w-max",
"w-md",
"w-min",
"w-px",
"w-screen",
Expand Down Expand Up @@ -8210,21 +8212,30 @@ exports[`getVariants 1`] = `
"isArbitrary": true,
"name": "@max",
"selectors": [Function],
"values": [],
"values": [
"md",
"lg",
],
},
{
"hasDash": true,
"hasDash": false,
"isArbitrary": true,
"name": "@",
"selectors": [Function],
"values": [],
"values": [
"md",
"lg",
],
},
{
"hasDash": true,
"isArbitrary": true,
"name": "@min",
"selectors": [Function],
"values": [],
"values": [
"md",
"lg",
],
},
{
"hasDash": true,
Expand Down