Skip to main content
Version: 1.0.x

Overflows

This is example using the .u-ov-auto class in a block with a lot of content.
This is example using the .u-ov-v class in a block with a lot of content.
This is example using the .u-ov-h class in a block with a lot of content.
<div class="u-ov-auto">This is example using...</div>
<div class="u-ov-v">This is example using...</div>
<div class="u-ov-h">This is example using...</div>
$u-overflows: (
overflow: (
responsive: true,
property: overflow,
class: ov,
values: (
auto: auto,
v: visible,
h: hidden,
),
),
);