Created
April 5, 2017 13:01
-
-
Save GarySwift/eae3ce670ab2e9ba98130f568ad70fdf to your computer and use it in GitHub Desktop.
SASS: Target All H Tags in Loop
This file contains 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
@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