Skip to content

Instantly share code, notes, and snippets.

@hans2103
Created July 6, 2017 20:39
Show Gist options
  • Save hans2103/01a3de85b23ae0d1253b8d7bc727855f to your computer and use it in GitHub Desktop.
Save hans2103/01a3de85b23ae0d1253b8d7bc727855f to your computer and use it in GitHub Desktop.
scss mixin font
@mixin font($size: $font-size, $weight: $normal, $line-height: $line-height, $family: $font-family) {
font: $weight #{$size}/#{$line-height} #{$family};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment