Skip to content

Commit 39d9203

Browse files
authored
Remove preflight SVG reset (#274)
1 parent 830878d commit 39d9203

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
@@ -555,11 +555,6 @@ img {
555555
max-width: 100%;
556556
}
557557

558-
svg {
559-
fill: none;
560-
stroke: none;
561-
}
562-
563558
button,
564559
input,
565560
optgroup,

css/preflight.css

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

552552
img { max-width: 100%; }
553553

554-
svg {
555-
fill: none;
556-
stroke: none;
557-
}
558-
559554
button, input, optgroup, select, textarea { font-family: inherit; }
560555

561556
input::placeholder, textarea::placeholder {

0 commit comments

Comments
 (0)