mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove image utilities entirely
This commit is contained in:
parent
4c562522d0
commit
63d31def45
@ -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";
|
||||
|
||||
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user