Sha256: 43679996f473313741e57092bd341aa985b47bd8f202d5a27417a6763e25ea31
Contents?: true
Size: 417 Bytes
Versions: 125
Compression:
Stored size: 417 Bytes
Contents
// Credit: Nicolas Gallagher and SUIT CSS. .ratio { position: relative; width: 100%; &::before { display: block; padding-top: var(--#{$variable-prefix}aspect-ratio); content: ""; } > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } @each $key, $ratio in $aspect-ratios { .ratio-#{$key} { --#{$variable-prefix}aspect-ratio: #{$ratio}; } }
Version data entries
125 entries across 125 versions & 13 rubygems