Created
April 20, 2015 00:01
-
-
Save tanmancan/e987a578e9647ab34cc3 to your computer and use it in GitHub Desktop.
Extend header styles as classes for styling purposes
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
// Extend default header styles to classes for additonal customization | |
@each $header in 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' { | |
.#{$header}{ | |
@extend #{$header}; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment