Skip to content

Commit

Permalink
Add SCSS Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rieser committed May 22, 2017
1 parent 31d4109 commit 3719033
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -10,7 +10,3 @@

#### unpkg:
`https://unpkg.com/tinyreset@1.0.1/tinyreset.min.css`


TODO:
1. `.scss` version
124 changes: 124 additions & 0 deletions tinyreset.scss
@@ -0,0 +1,124 @@
/*! tinyreset.css v0.1.0 | github.com/shankariyerr/tinyreset */
html,
body,
div,
span,
iframe,
blockquote,
pre,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

body {
line-height: 1;
}

ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;

&:before,
&:after {
content: '';
content: none;
}
}
table {
border-collapse: collapse;
border-spacing: 0;
}

0 comments on commit 3719033

Please sign in to comment.