Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Last active August 29, 2015 14:03
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 elijahmanor/49004d26a5fff77f886a to your computer and use it in GitHub Desktop.
Save elijahmanor/49004d26a5fff77f886a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$fontSizes: (
big: 42px,
medium: 20px,
small: 12px
);
h1 { font-size: map-get($fontSizes, big); }
h1 { font-size: 42px; }
$map: (
key1: value1,
key2: value2
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment