Skip to content

Instantly share code, notes, and snippets.

@dezinezync
Created November 3, 2016 11:44
Show Gist options
  • Save dezinezync/34537e81706c8ed3b03e387d5c530921 to your computer and use it in GitHub Desktop.
Save dezinezync/34537e81706c8ed3b03e387d5c530921 to your computer and use it in GitHub Desktop.
Modern CSS Reset (UA Style)
// the following is taken from the following tweet
// https://twitter.com/benfrain/status/794138525570580480
* {
all: unset;
}
head {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment