Commit
+1 -1 +/-1 browse
1 | diff --git a/src/props.supports.css b/src/props.supports.css |
2 | index 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; |