Skip to content

Commit

Permalink
Fix argyleink#278 and extend with --firefoxMacONLY, --chromiumONLY, -…
Browse files Browse the repository at this point in the history
…-webkitONLY
  • Loading branch information
WebMechanic committed Sep 18, 2022
1 parent afdadac commit 68c0a68
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/props.supports.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@custom-media --safariONLY (-webkit-hyphens: none);
@custom-media --firefoxONLY (-moz-appearance: none);
@custom-media --chromeONLY (-webkit-tap-highlight-color: black);
@custom-media --safariONLY (-apple-pay-button-style: inherit);
@custom-media --firefoxONLY (-moz-appearance: inherit);
@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))

:where(html) {
--isLTR: 1;
Expand Down

0 comments on commit 68c0a68

Please sign in to comment.