Skip to content

Instantly share code, notes, and snippets.

@levnhub
Created October 25, 2017 20:34
Show Gist options
  • Select an option

  • Save levnhub/988afaa6f4ca414f4b2207ee0458e417 to your computer and use it in GitHub Desktop.

Select an option

Save levnhub/988afaa6f4ca414f4b2207ee0458e417 to your computer and use it in GitHub Desktop.
SCSS Tricks
// 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