Created
March 11, 2019 16:01
-
-
Save SvenBudak/30be8bf49dda0c29d9ec50e4eb724620 to your computer and use it in GitHub Desktop.
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
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