File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5820,7 +5820,7 @@ describe('`color-mix(…)` polyfill', () => {
58205820 @tailwind utilities;
58215821 @utility color-mix-in-supports-block {
58225822 @supports (color : color-mix (in lab, red, red)) {
5823- background : color-mix (in oklab, var (--tw-gradient-from ), var (--tw-gradient-to ) 0% );
5823+ background : color-mix (in oklab, var (--color-1 ), var (--color-2 ) 0% );
58245824 }
58255825 }
58265826 ` ,
@@ -5829,7 +5829,7 @@ describe('`color-mix(…)` polyfill', () => {
58295829 ) . resolves . toMatchInlineSnapshot ( `
58305830 ".color-mix-in-supports-block {
58315831 @supports (color: color-mix(in lab, red, red)) {
5832- background: color-mix(in oklab, var(--tw-gradient-from ), var(--tw-gradient-to ) 0%);
5832+ background: color-mix(in oklab, var(--color-1 ), var(--color-2 ) 0%);
58335833 }
58345834 }"
58355835 ` )
You can’t perform that action at this time.
0 commit comments