Created
October 25, 2017 20:34
-
-
Save levnhub/988afaa6f4ca414f4b2207ee0458e417 to your computer and use it in GitHub Desktop.
SCSS Tricks
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
| // Collect all headers | |
| @for $index from 1 through 6 { | |
| h#{$index} { | |
| margin-top: 0; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment