-
-
Save superfine/bb7723ca2a2e05e34178ccf59bb1a4f6 to your computer and use it in GitHub Desktop.
nuke.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a, abbr, acronym, address, applet, area, article, aside, audio, b, base, | |
basefont, bdi, bdo, bgsound, big, blink, blockquote, body, br, button, canvas, | |
caption, center, cite, code, col, colgroup, content, data, datalist, dd, del, | |
details, dfn, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, | |
footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, | |
html, i, iframe, img, input, ins, isindex, kbd, keygen, label, legend, li, link, | |
listing, main, map, mark, marquee, menu, menuitem, meta, meter, nav, nobr, | |
noframes, noscript, object, ol, optgroup, option, output, p, param, plaintext, | |
pre, progress, q, rp, rt, ruby, s, samp, script, section, select, shadow, small, | |
source, spacer, span, strike, strong, style, sub, summary, sup, table, tbody, | |
td, template, textarea, tfoot, th, thead, time, title, tr, track, tt, u, ul, | |
var, video, wbr, xmp { | |
background-color: transparent; | |
border: 0; | |
color: inherit; | |
fill: inherit; | |
font-family: inherit; | |
font-size: 100%; | |
font-weight: inherit; | |
margin: 0; | |
outline: 0; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
vertical-align: baseline; | |
} | |
ol, ul { | |
list-style: none; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment