1 | :where(html) { |
2 | --ratio-square: 1; |
3 | --ratio-landscape: 4/3; |
4 | --ratio-portrait: 3/4; |
5 | --ratio-widescreen: 16/9; |
6 | --ratio-ultrawide: 18/5; |
7 | --ratio-golden: 1.6180/1; |
8 | } |
1 | :where(html) { |
2 | --ratio-square: 1; |
3 | --ratio-landscape: 4/3; |
4 | --ratio-portrait: 3/4; |
5 | --ratio-widescreen: 16/9; |
6 | --ratio-ultrawide: 18/5; |
7 | --ratio-golden: 1.6180/1; |
8 | } |