Last active
August 29, 2015 14:11
-
-
Save drewbolles/5e5119ea3d73cdaece5d to your computer and use it in GitHub Desktop.
Mini Sass reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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