Sizing
Min Width
Utilities for sets the minimum width of an element.
Variant
Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited
API
class | css |
---|---|
min-width-0 | min-width: 0 |
min-width-full | min-width: 100% |
Usage
<div class="min-width-full">
...
</div>
HTML
.dummy {
@extend
.min-width-full;
}
SCSS