We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db4c62 commit 903ba82Copy full SHA for 903ba82
1 file changed
integrations/cli/index.test.ts
@@ -1711,9 +1711,9 @@ test(
1711
}
1712
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
1713
::placeholder {
1714
- color: currentColor;
+ color: currentcolor;
1715
@supports (color: color-mix(in lab, red, red)) {
1716
- color: color-mix(in oklab, currentColor 50%, transparent);
+ color: color-mix(in oklab, currentcolor 50%, transparent);
1717
1718
1719
0 commit comments