Skip to content

Commit 95187e8

Browse files
committed
Update tests
1 parent 64fa382 commit 95187e8

File tree

3 files changed

+65
-65
lines changed

3 files changed

+65
-65
lines changed

packages/tailwindcss/src/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
3636
inherits: false
3737
}
3838
39-
@property --tw-shadow-intensity {
39+
@property --tw-shadow-alpha {
4040
syntax: "<percentage>";
4141
inherits: false;
4242
initial-value: 100%;
@@ -53,7 +53,7 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
5353
inherits: false
5454
}
5555
56-
@property --tw-inset-shadow-intensity {
56+
@property --tw-inset-shadow-alpha {
5757
syntax: "<percentage>";
5858
inherits: false;
5959
initial-value: 100%;

packages/tailwindcss/src/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ describe('Parsing theme values from CSS', () => {
14991499
inherits: false
15001500
}
15011501
1502-
@property --tw-shadow-intensity {
1502+
@property --tw-shadow-alpha {
15031503
syntax: "<percentage>";
15041504
inherits: false;
15051505
initial-value: 100%;
@@ -1516,7 +1516,7 @@ describe('Parsing theme values from CSS', () => {
15161516
inherits: false
15171517
}
15181518
1519-
@property --tw-inset-shadow-intensity {
1519+
@property --tw-inset-shadow-alpha {
15201520
syntax: "<percentage>";
15211521
inherits: false;
15221522
initial-value: 100%;

0 commit comments

Comments
 (0)