Skip to content

Instantly share code, notes, and snippets.

@chrisfromredfin
Created March 29, 2018 17:41
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 chrisfromredfin/a2a2e64db45833835a718a61063be5c4 to your computer and use it in GitHub Desktop.
Save chrisfromredfin/a2a2e64db45833835a718a61063be5c4 to your computer and use it in GitHub Desktop.
/// Ratios we are using.
/// @group sizing
/// @ratios my-ratios
$my-ratios: (
'line-height': 1.4,
'gutter': 0.5,
);
@include herman-add('ratios', 'my-ratios', $my-ratios);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment