barebones/assets/scss/base/_images.scss

7 lines
77 B
SCSS

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