Skip to content

Instantly share code, notes, and snippets.

@SvenBudak
Created March 11, 2019 16:01
Show Gist options
  • Save SvenBudak/30be8bf49dda0c29d9ec50e4eb724620 to your computer and use it in GitHub Desktop.
Save SvenBudak/30be8bf49dda0c29d9ec50e4eb724620 to your computer and use it in GitHub Desktop.
h1, .h1-style {
@include h1-style();
}
h2, .h2-style {
@include h2-style();
}
h3, .h3-style {
@include h3-style();
}
h4, .h4-style {
@include h4-style();
}
h5, .h5-style {
@include h5-style();
}
h6, .h6-style {
@include h6-style();
}
p, .p-style {
@include p-style();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment