Created
April 9, 2021 09:05
-
-
Save t0t/49b9fb8b6001f4882a564d097ff69e9e 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 { | |
@include type-setting(1); | |
font-weight: bold; | |
@include media(s2) { | |
@include type-setting(3); | |
} | |
@include media(s3) { | |
@include type-setting(4); | |
} | |
@include media(s5) { | |
@include type-setting(5); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment