Sha256: 42ad593a000512db052a6531b65ffaa0c5f35620f664457a25ae99f807196027

Contents?: true

Size: 498 Bytes

Versions: 361

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

361 entries across 361 versions & 39 rubygems

Version Path
kcyEtsTest-0.0.1 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_sizing.scss
kcyEtsTest-2.2.19 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_sizing.scss
ComfortableMexicanSofa-2.0.18 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_sizing.scss
kcy1-1.0 app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_sizing.scss
jekyll-theme-cs50-1.0.0 _sass/bootstrap/scss/utilities/_sizing.scss
jekyll-theme-cs50-0.1.7 _sass/node_modules/bootstrap/scss/utilities/_sizing.scss
yoyoyo-0.0.9 _sass/utilities/_sizing.scss
yoyoyo-0.0.8 _sass/utilities/_sizing.scss
yoyoyo-0.0.7 _sass/utilities/_sizing.scss
yoyoyo-0.0.6 _sass/utilities/_sizing.scss
jekyll-theme-portfolio-1.3.0 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-portfolio-1.2.0 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-portfolio-1.1.0 _sass/bootstrap/utilities/_sizing.scss
jekyll-theme-portfolio-1.0.0 _sass/bootstrap/utilities/_sizing.scss
lone-wolf-theme-1.0.3 _sass/bootstrap/scss/utilities/_sizing.scss
vertx-howtos-jekyll-theme-0.4.4 _sass/bootstrap/scss/utilities/_sizing.scss
vertx-howtos-jekyll-theme-0.4.3 _sass/bootstrap/scss/utilities/_sizing.scss
vertx-howtos-jekyll-theme-0.4.2 _sass/bootstrap/scss/utilities/_sizing.scss
vertx-howtos-jekyll-theme-0.4.1 _sass/bootstrap/scss/utilities/_sizing.scss
vertx-howtos-jekyll-theme-0.4.0 _sass/bootstrap/scss/utilities/_sizing.scss