Skip to content

Instantly share code, notes, and snippets.

@GarySwift
Created April 5, 2017 13:01
Show Gist options
  • Save GarySwift/eae3ce670ab2e9ba98130f568ad70fdf to your computer and use it in GitHub Desktop.
Save GarySwift/eae3ce670ab2e9ba98130f568ad70fdf to your computer and use it in GitHub Desktop.
SASS: Target All H Tags in Loop
@for $index from 1 through 6 {
h#{$index}{
margin: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment