We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707d4fd commit 5b6e888Copy full SHA for 5b6e888
docs/content/helpers/ratio.md
@@ -53,7 +53,7 @@ Each `.ratio-*` class includes a CSS custom property (or CSS variable) in the se
53
For example, to create a 2x1 aspect ratio, set `aspect-ratio: 50%` on the `.ratio`.
54
55
{{< example class="docs-example-ratios" >}}
56
-<div class="ratio" style="aspect-ratio: 50%;">
+<div class="ratio" style="--cui-aspect-ratio: 50%;">
57
<div>2x1</div>
58
</div>
59
{{< /example >}}
0 commit comments