Skip to content

Instantly share code, notes, and snippets.

@callum
Created May 29, 2015 11:14
Show Gist options
  • Save callum/5e9f68ac552c75a01bfd to your computer and use it in GitHub Desktop.
Save callum/5e9f68ac552c75a01bfd to your computer and use it in GitHub Desktop.
// no
$dark-blue: #00f;
$size: .9rem;
$max-size: 1.2rem;
$medium: 640px;
// yes
$color-brand-blue: #00f;
$font-size-headline-min: .9rem;
$font-size-headline-max: 1.2rem;
$breakpoint-medium: 640px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment