Author: Romain Menke [11521496+romainmenke@users.noreply.github.com]
Committer: GitHub [noreply@github.com] Wed, 20 Sep 2023 19:27:49 +0000
Hash: 0d3cd9e6469c35d73fe40e32326d76ca39cdc80e
Timestamp: Wed, 20 Sep 2023 19:27:49 +0000 (1 year ago)

+1 -1 +/-1 browse
fix typo (#413)
fix typo (#413)

1diff --git a/src/props.supports.css b/src/props.supports.css
2index e4b506d..051818c 100644
3--- a/src/props.supports.css
4+++ b/src/props.supports.css
5 @@ -3,7 +3,7 @@
6 @custom-media --firefoxMacONLY (-moz-osx-font-smoothing: inherit);
7 @custom-media --chromeONLY (-webkit-app-region: inherit) and (not (container-type: none));
8 @custom-media --chromiumONLY (-webkit-app-region: inherit) and (container-type: none);
9- @custom-media --webkitONLY (alt: inherit) and (not (-apple-pay-button-style: inherit))
10+ @custom-media --webkitONLY (alt: inherit) and (not (-apple-pay-button-style: inherit));
11
12 :where(html) {
13 --isLTR: 1;