Skip to content

Instantly share code, notes, and snippets.

@arturparkhisenko
Created November 6, 2016 09:52
Show Gist options
  • Save arturparkhisenko/6c662f87679a851f5d63a5978e7fd617 to your computer and use it in GitHub Desktop.
Save arturparkhisenko/6c662f87679a851f5d63a5978e7fd617 to your computer and use it in GitHub Desktop.
css-modern-reset
/* https://benfrain.com/a-modern-css-reset-with-caveats/ */
* {
all: unset;
}
/* Thanks to L. David Baron for this: https://twitter.com/davidbaron/status/794138427952222210 */
base, basefont, datalist, head, meta, script, style, title, noembed, param, template {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment