Skip to content

Instantly share code, notes, and snippets.

@machida
Created May 20, 2012 13:28
Show Gist options
  • Select an option

  • Save machida/2758128 to your computer and use it in GitHub Desktop.

Select an option

Save machida/2758128 to your computer and use it in GitHub Desktop.
variablesのsample
$basic-font-color: #444
#main article
color: $basic-font-color
font-size: 14px
line-height: 1.6
#side h2
color: $basic-font-color
font-size: 16px
line-height: 1.4
footer p
color: $basic-font-color
font-size: 12px
line-height: 1.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment