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