github.com/replicatedhq/ship@v0.55.0/web/init/src/scss/utilities/reset.scss (about)

     1  /* http://meyerweb.com/eric/tools/css/reset/
     2     v2.0 | 20110126
     3     License: none (public domain)
     4  */
     5  
     6  body {
     7  	&, div, span, applet, object, iframe,
     8  	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
     9  	a, abbr, acronym, address, big, cite, code,
    10  	del, dfn, em, img, ins, kbd, q, s, samp,
    11  	small, strike, strong, sub, sup, tt, var,
    12  	b, u, i, center,
    13  	dl, dt, dd, ol, ul, li,
    14  	fieldset, form, label, legend,
    15  	table, caption, tbody, tfoot, thead, tr, th, td,
    16  	article, aside, canvas, details, embed,
    17  	figure, figcaption, footer, header, hgroup,
    18  	menu, nav, output, ruby, section, summary,
    19  	time, mark, audio, video {
    20  		margin: 0;
    21  		padding: 0;
    22  		border: 0;
    23  		vertical-align: baseline;
    24  	}
    25  
    26  	article, aside, details, figcaption, figure,
    27  	footer, header, hgroup, menu, nav, section {
    28  		display: block;
    29  	}
    30  
    31  	ol, ul {
    32  		list-style: none;
    33  	}
    34  	blockquote, q {
    35  		quotes: none;
    36  	}
    37  	blockquote:before, blockquote:after,
    38  	q:before, q:after {
    39  		content: '';
    40  		content: none;
    41  	}
    42  	table {
    43  		border-collapse: collapse;
    44  		border-spacing: 0;
    45  	}
    46  }