Skip to content

Instantly share code, notes, and snippets.

@drewbolles
Last active August 29, 2015 14:11
Show Gist options
  • Save drewbolles/5e5119ea3d73cdaece5d to your computer and use it in GitHub Desktop.
Save drewbolles/5e5119ea3d73cdaece5d to your computer and use it in GitHub Desktop.
Mini Sass reset
/* mini reset */
h1,h2,h3,h4,h5,h6,ol,ul,p {
margin-top: 0;
margin-bottom: $spacing-unit-base;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment