We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a7351 commit 4a0b8c7Copy full SHA for 4a0b8c7
docsite/index.html
@@ -3270,8 +3270,8 @@ <h5>Preference Vars</h5>
3270
<h5>Preference Vars Extended</h5>
3271
<div class="var-examples">
3272
<pre class="language-css"><code>
3273
- @custom-media --highContrast (prefers-contrast: high);
3274
- @custom-media --lowContrast (prefers-contrast: low);
+ @custom-media --highContrast (prefers-contrast: more);
+ @custom-media --lowContrast (prefers-contrast: less);
3275
3276
@custom-media --opacityOK (prefers-reduced-transparency: no-preference);
3277
@custom-media --opacityNotOK (prefers-reduced-transparency: reduce);
0 commit comments