Skip to content

Instantly share code, notes, and snippets.

@tanmancan
Created April 20, 2015 00:01
Show Gist options
  • Save tanmancan/e987a578e9647ab34cc3 to your computer and use it in GitHub Desktop.
Save tanmancan/e987a578e9647ab34cc3 to your computer and use it in GitHub Desktop.
Extend header styles as classes for styling purposes
// 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