Skip to content

Commit

Permalink
Remove preflight SVG reset (tailwindlabs#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan authored Dec 1, 2017
1 parent 830878d commit 39d9203
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions __tests__/fixtures/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,6 @@ img {
max-width: 100%;
}

svg {
fill: none;
stroke: none;
}

button,
input,
optgroup,
Expand Down
5 changes: 0 additions & 5 deletions css/preflight.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,6 @@ textarea { resize: vertical; }

img { max-width: 100%; }

svg {
fill: none;
stroke: none;
}

button, input, optgroup, select, textarea { font-family: inherit; }

input::placeholder, textarea::placeholder {
Expand Down

0 comments on commit 39d9203

Please sign in to comment.