schlechtenburg/packages/core/lib/components/user/Image/style.scss

11 lines
104 B
SCSS

.sb-image {
@at-root {
& > img,
img#{&} {
width: 100%;
height: auto;
}
}
}