Skip to content

Instantly share code, notes, and snippets.

@chrisfromredfin
Created March 29, 2018 17:33
Show Gist options
  • Select an option

  • Save chrisfromredfin/3e345202e47de860275c9cafa89f3f2b to your computer and use it in GitHub Desktop.

Select an option

Save chrisfromredfin/3e345202e47de860275c9cafa89f3f2b to your computer and use it in GitHub Desktop.
/// All the sizes that we have.
/// @group sizing
/// @sizes font-sizes {text}
$font-sizes: (
'base': 16px,
'important': 1.8rem,
'largest': 3rem,
);
@include herman-add('sizes', 'font-sizes', $font-sizes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment