Skip to content
Merged
Show file tree
Hide file tree
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 tests
  • Loading branch information
thecrypticace committed Mar 28, 2025
commit af51d4be970bf7a2b7269b0f8858eeb0f4ff1085
4 changes: 2 additions & 2 deletions packages/tailwindcss/src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -54,7 +54,7 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwindcss/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ describe('Parsing theme values from CSS', () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -1517,7 +1517,7 @@ describe('Parsing theme values from CSS', () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down
26 changes: 13 additions & 13 deletions packages/tailwindcss/src/utilities.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test('inset', async () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -216,7 +216,7 @@ test('inset', async () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down Expand Up @@ -15595,7 +15595,7 @@ test('text-shadow', async () => {
}

@property --tw-text-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}"
Expand Down Expand Up @@ -15789,7 +15789,7 @@ test('shadow', async () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -15806,7 +15806,7 @@ test('shadow', async () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down Expand Up @@ -16045,7 +16045,7 @@ test('inset-shadow', async () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -16062,7 +16062,7 @@ test('inset-shadow', async () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down Expand Up @@ -16299,7 +16299,7 @@ test('ring', async () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -16316,7 +16316,7 @@ test('ring', async () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down Expand Up @@ -16394,7 +16394,7 @@ test('ring', async () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -16411,7 +16411,7 @@ test('ring', async () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down Expand Up @@ -16658,7 +16658,7 @@ test('inset-ring', async () => {
}

@property --tw-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand All @@ -16675,7 +16675,7 @@ test('inset-ring', async () => {
}

@property --tw-inset-shadow-intensity {
syntax: "*";
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
Expand Down