Skip to content

Instantly share code, notes, and snippets.

@mweslander
Last active May 12, 2020 01:05
Show Gist options
  • Select an option

  • Save mweslander/d44201ebf2761b869065b657b2581de6 to your computer and use it in GitHub Desktop.

Select an option

Save mweslander/d44201ebf2761b869065b657b2581de6 to your computer and use it in GitHub Desktop.
/* ==========================================================================
* Reset
* ========================================================================== */
html {
box-sizing: border-box;
position: relative;
}
* {
appearance: none;
background-color: transparent;
border: 0;
border-radius: 0;
font-family: inherit;
font-size: inherit;
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
background-repeat: no-repeat;
box-sizing: inherit;
position: inherit;
text-rendering: geometricPrecision;
}
*:focus:not(:focus-visible) {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment