Sizing
Min Width
Utilities for sets the minimum width of an element.
Class
class | css |
---|---|
min-w-0 | min-width: 0 |
min-w-full | min-width: 100% |
Usage
<!-- Example -->
<y class="min-w-full">
...
</y>
Customize More
// @file: `src/_plugins.scss`
@include plugin(
(
utility: 'min-w',
//variant: 'responsive',
property: 'min-width',
modifier: (
'...': '...',
'...': '...'
...
)
)
)
Variant
Variant | Enabled | Responsive |
---|---|---|
Default | Yes | Yes |
Dark Theme | ||
hover | ||
group-hover | ||
focus | ||
focus-within | ||
active | ||
visited | ||
checked | ||
disabled |