Skip to content

Commit 82ad305

Browse files
committed
update integration tests
1 parent d8abacc commit 82ad305

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

integrations/cli/index.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,9 +1901,7 @@ test(
19011901
::placeholder {
19021902
color: currentcolor;
19031903
@supports (color: color-mix(in lab, red, red)) {
1904-
& {
1905-
color: color-mix(in oklab, currentcolor 50%, transparent);
1906-
}
1904+
color: color-mix(in oklab, currentcolor 50%, transparent);
19071905
}
19081906
}
19091907
}
@@ -1946,9 +1944,7 @@ test(
19461944
.bg-red-500\\/50 {
19471945
background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 50%, transparent);
19481946
@supports (color: color-mix(in lab, red, red)) {
1949-
& {
1950-
background-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
1951-
}
1947+
background-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
19521948
}
19531949
}
19541950
.shadow-md {

0 commit comments

Comments
 (0)