Sha256: 51fa08465b619d9888acc26853bae469080540ee1789a2c9b76c7441036e5a42
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
$dimensions: 16 24 32 48 64 96 128 !default .image display: block position: relative img display: block height: auto width: 100% // Ratio &.is-square, &.is-1by1, &.is-4by3, &.is-3by2, &.is-16by9, &.is-2by1 img +overlay height: 100% width: 100% &.is-square, &.is-1by1 padding-top: 100% &.is-4by3 padding-top: 75% &.is-3by2 padding-top: 66.6666% &.is-16by9 padding-top: 56.25% &.is-2by1 padding-top: 50% // Sizes @each $dimension in $dimensions &.is-#{$dimension}x#{$dimension} height: $dimension * 1px width: $dimension * 1px
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mi-jekyll-theme-0.4.1 | _sass/lib/sass/elements/image.sass |