Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created November 8, 2016 15:01
Show Gist options
  • Save adikahorvath/b27debb8f3c8eaeeb46e08bb1332b086 to your computer and use it in GitHub Desktop.
Save adikahorvath/b27debb8f3c8eaeeb46e08bb1332b086 to your computer and use it in GitHub Desktop.
modern css reset
* {
all: unset;
}
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