UNPKG

274 BCSSView Raw
1@custom-media --safariONLY (-webkit-hyphens: none);
2@custom-media --firefoxONLY (-moz-appearance: none);
3@custom-media --chromeONLY (-webkit-tap-highlight-color: black);
4
5:where(html) {
6 --isLTR: 1;
7 --isRTL: -1;
8
9 &:dir(rtl) {
10 --isLTR: -1;
11 --isRTL: 1;
12 }
13}