aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-08-20 17:38:40 -0400
committerKevin Kirsche <[email protected]>2015-09-01 21:12:28 -0700
commit54fba7cbe598b92e76d98ac68c2b097a822a13f0 (patch)
treea403aa6d7657fb25a26937c1deb7209866553c69 /scss/_type.scss
parent003f507de3a06314bba484d17659ca6728ebb884 (diff)
downloadbootstrap-54fba7cbe598b92e76d98ac68c2b097a822a13f0.tar.xz
bootstrap-54fba7cbe598b92e76d98ac68c2b097a822a13f0.zip
Rename .img-responsive class to .img-fluid
Fix #17166
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 2d2de68ec..597886db3 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -175,7 +175,7 @@ mark,
display: inline-block;
> img {
- @extend .img-responsive;
+ @extend .img-fluid;
margin-bottom: ($spacer-y / 2);
line-height: 1;
}