Sha256: 42ad593a000512db052a6531b65ffaa0c5f35620f664457a25ae99f807196027

Contents?: true

Size: 498 Bytes

Versions: 364

Compression:

Stored size: 498 Bytes

Contents

// 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; }

Version data entries

364 entries across 364 versions & 40 rubygems

Version Path
jekyll-theme-conference-3.5.0 _sass/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
jekyll-theme-conference-3.4.1 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-centos-0.9.20220212202853 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-centos-0.9.20220212195701 _sass/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.10 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.8 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.7 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.6 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
jekyll-theme-centos-0.9.20220201124228 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-centos-0.9.20220201033517 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-centos-0.9.20220201032927 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-conference-3.4.0 _sass/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.4 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.2 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-300.0.1 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
owasp-td-jekyll-0.2.1 _sass/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-200.0.1 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-100.0.1 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss
viniBaxter-desk_front-40.3.0 lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss