Skip to content

Instantly share code, notes, and snippets.

@goldensunliu
Created January 22, 2018 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldensunliu/da28a3e335a6a1f78e0fa8d7fb291266 to your computer and use it in GitHub Desktop.
Save goldensunliu/da28a3e335a6a1f78e0fa8d7fb291266 to your computer and use it in GitHub Desktop.
$h1-size: 36px;
$h2-size: 24px;
$h3-size: 18px;
$grey: #212121;
$lightgrey: #616161;
%h1 {
color: $grey;
font-size: $h1-size;
}
%h2 {
color: $grey;
font-size: $h2-size;
}
%h3 {
color: $lightgrey;
font-size: $h3-size;
}
%copy {
color: $grey;
font-size: $h3-size * 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment