Remove preflight SVG reset (#274)

This commit is contained in:
Adam Wathan 2017-12-01 09:48:57 -05:00 committed by GitHub
parent 830878d557
commit 39d920305b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -555,11 +555,6 @@ img {
max-width: 100%;
}
svg {
fill: none;
stroke: none;
}
button,
input,
optgroup,

View File

@ -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 {