add new .img-fluid class

This commit is contained in:
nx 2022-02-15 19:02:37 +00:00
parent 18550e0d1f
commit c38630846f
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// 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();
}