Skip to content

Commit

Permalink
build CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Feb 20, 2017
1 parent 52c744d commit 13d103a
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions flexbox-reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ pre,
a,
abbr,
address,
big,
br,
cite,
code,
del,
dfn,
em,
hr,
img,
ins,
kbd,
Expand Down Expand Up @@ -99,8 +102,8 @@ abbr,
acronym,
b,
bdo,
br,
big,
br,
cite,
code,
del,
Expand All @@ -112,6 +115,7 @@ h3,
h4,
h5,
h6,
hr,
i,
img,
input,
Expand Down Expand Up @@ -147,15 +151,12 @@ a:active {
}
body {
background-color: white;
font-family: 'Fira Sans';
font-size: 100%;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.5;
line-height: 1;
min-height: 100vh;
min-width: 100vw;
}
blockquote,
q {
Expand All @@ -168,23 +169,6 @@ q:after {
content: '';
content: none;
}
img,
embed,
object,
video {
max-width: 100%;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week] {
flex-direction: row;
}
input[type=radio] {
min-height: 15px;
min-width: 15px;
}
ol,
ul {
list-style: none;
Expand All @@ -198,10 +182,6 @@ tbody {
td,
th {
display: table-cell;
vertical-align: middle;
}
th {
text-align: center;
}
thead {
display: table-header-group;
Expand Down

0 comments on commit 13d103a

Please sign in to comment.