barebones/assets/sass/base/_images.scss

9 lines
115 B
SCSS

img {
max-width: 100%;
vertical-align: top;
&[width],
&[height] {
max-width: none;
}
}