From 0d3cd9e6469c35d73fe40e32326d76ca39cdc80e Mon Sep 17 00:00:00 2001 From: Romain Menke <11521496+romainmenke@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:27:49 +0200 Subject: [PATCH] fix typo (#413) --- src/props.supports.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/props.supports.css b/src/props.supports.css index e4b506df..051818c3 100644 --- a/src/props.supports.css +++ b/src/props.supports.css @@ -3,7 +3,7 @@ @custom-media --firefoxMacONLY (-moz-osx-font-smoothing: inherit); @custom-media --chromeONLY (-webkit-app-region: inherit) and (not (container-type: none)); @custom-media --chromiumONLY (-webkit-app-region: inherit) and (container-type: none); -@custom-media --webkitONLY (alt: inherit) and (not (-apple-pay-button-style: inherit)) +@custom-media --webkitONLY (alt: inherit) and (not (-apple-pay-button-style: inherit)); :where(html) { --isLTR: 1;