Remove image utilities entirely

This commit is contained in:
Adam Wathan 2017-08-27 17:15:34 -04:00
parent 4c562522d0
commit 63d31def45
2 changed files with 0 additions and 44 deletions

View File

@ -7,7 +7,6 @@
@import "utilities/constrain";
@import "utilities/display";
@import "utilities/flex";
@import "utilities/images";
@import "utilities/misc";
@import "utilities/overflow";
@import "utilities/position";

View File

@ -1,43 +0,0 @@
.img-fit {
max-width: 100%;
}
.img-inline {
height: 2em;
width: auto;
}
.img-circle { border-radius: 50%; }
.img-md {
height: 4rem;
width: auto;
}
.img-100 {
max-width: 100px;
}
.img-7r {
height: auto;
width: 100%;
max-width: 7rem;
}
.img-12r {
height: auto;
width: 100%;
max-width: 12rem;
}
.img-16r {
height: auto;
width: 100%;
max-width: 16rem;
}
.img-24r {
height: auto;
width: 100%;
max-width: 24rem;
}