Skip to content

Instantly share code, notes, and snippets.

@t0t
Created April 9, 2021 09:05
Show Gist options
  • Save t0t/49b9fb8b6001f4882a564d097ff69e9e to your computer and use it in GitHub Desktop.
Save t0t/49b9fb8b6001f4882a564d097ff69e9e to your computer and use it in GitHub Desktop.
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