Sizing
Min Width
Utilities for sets the minimum width of an element.
Variant
Responsive Dark Mode Light Mode Reduce-Motion Selection-Hover Expand First-Last-Selection Child-Selection Portrait Landscape Fullscreen Hover Group-Hover Focus Group-Focus Focus-Visible Focus-Within Active Visited Checked Disabled
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