Skip to content

Commit ee27bba

Browse files
mvdnbrkadamwathan
authored andcommitted
Removes img max-width and height,
Resolves #506.
1 parent ffae871 commit ee27bba

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

__tests__/fixtures/tailwind-output.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,6 @@ textarea {
463463
resize: vertical;
464464
}
465465

466-
img {
467-
max-width: 100%;
468-
height: auto;
469-
}
470-
471466
input::placeholder,
472467
textarea::placeholder {
473468
color: inherit;

css/preflight.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,6 @@ textarea {
459459
resize: vertical;
460460
}
461461

462-
img {
463-
max-width: 100%;
464-
height: auto;
465-
}
466-
467462
input::placeholder,
468463
textarea::placeholder {
469464
color: inherit;

0 commit comments

Comments
 (0)