Sha256: 12588499515d63652650b2fe077e46366ea994aa9d6006314ee0f56c2e293ed4
Contents?: true
Size: 303 Bytes
Versions: 5
Compression:
Stored size: 303 Bytes
Contents
.image { max-width: 100%; @extend .image--md; } .image--md { width: map-get($image, width); } .image--xl { width: map-get($image, width-xl); } .image--lg { width: map-get($image, width-lg); } .image--sm { width: map-get($image, width-sm); } .image--xs { width: map-get($image, width-xs); }
Version data entries
5 entries across 5 versions & 1 rubygems