This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/core/_images.scss

9 lines
296 B
SCSS

// A class, .img-fluid, shall be used to create responsive images.
// Note: having <img> responsive by default can lead to breakage.
// .img-fluid gives designers more control over sizing.
// Also, third party widget/plugins are not overriden by default.
.img-fluid {
@include img-fluid();
}