/usr/share/sass/bootstrap/utilities
NameSizeModeActions
_align.scss4200644editdlrm
_background.scss4090644editdlrm
_borders.scss17710644editdlrm
_clearfix.scss370644editdlrm
_display.scss5190644editdlrm
_embed.scss8460644editdlrm
_flex.scss27690644editdlrm
_float.scss3760644editdlrm
_interactions.scss1420644editdlrm
_overflow.scss1330644editdlrm
_position.scss4840644editdlrm
_screenreaders.scss1150644editdlrm
_shadows.scss2490644editdlrm
_sizing.scss4980644editdlrm
_spacing.scss21010644editdlrm
_stretched-link.scss4310644editdlrm
_text.scss21060644editdlrm
_visibility.scss1740644editdlrm
Edit: /usr/share/sass/bootstrap/utilities/_sizing.scss (498B)
// stylelint-disable declaration-no-important // Width and height @each $prop, $abbrev in (width: w, height: h) { @each $size, $length in $sizes { .#{$abbrev}-#{$size} { #{$prop}: $length !important; } } } .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } // Viewport additional helpers .min-vw-100 { min-width: 100vw !important; } .min-vh-100 { min-height: 100vh !important; } .vw-100 { width: 100vw !important; } .vh-100 { height: 100vh !important; }