Skip to content

Instantly share code, notes, and snippets.

@goldensunliu
Last active May 12, 2016 17:43
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/0d8834c0a0e2d2bd3cf57228c6032dd2 to your computer and use it in GitHub Desktop.
Save goldensunliu/0d8834c0a0e2d2bd3cf57228c6032dd2 to your computer and use it in GitHub Desktop.
a font size source with some global selectors
// Font size definitions
$font-size-smaller = 1rem
$font-size-small = 2rem
$font-size-base = 3rem
// Global font styles
.font-smaller
font-size $font-size-smaller
.font-small
font-size $font-size-small
.font-base
font-size $font-size-base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment