dpaste/client/scss/_reset.scss

24 lines
772 B
SCSS
Raw Normal View History

2018-03-24 18:57:05 +11:00
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
2018-04-06 05:17:42 +10:00
// html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, ruby, section, summary, time, mark, audio, video
html, body, p {
2018-03-24 18:57:05 +11:00
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
2018-04-06 05:17:42 +10:00
vertical-align: baseline;
}
2018-03-24 18:57:05 +11:00
body {
2018-04-06 05:17:42 +10:00
line-height: 1;
}
2018-03-24 18:57:05 +11:00
2018-04-06 05:17:42 +10:00
%reset {
margin: 0;
padding: 0;
}