Skip to content

Instantly share code, notes, and snippets.

@angie
Created October 23, 2021 07:34
Show Gist options
  • Save angie/5e459a0c14932aab503374b74b5ab334 to your computer and use it in GitHub Desktop.
Save angie/5e459a0c14932aab503374b74b5ab334 to your computer and use it in GitHub Desktop.
`box-sizing: border-box` global override
*,
*::before,
*::after {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment