1.image { 2 max-width: 100%; 3 @extend .image--md; 4} 5.image--md { 6 width: map-get($image, width); 7} 8.image--xl { 9 width: map-get($image, width-xl); 10} 11.image--lg { 12 width: map-get($image, width-lg); 13} 14.image--sm { 15 width: map-get($image, width-sm); 16} 17.image--xs { 18 width: map-get($image, width-xs); 19}