Skip to content

Instantly share code, notes, and snippets.

@machida
Created May 20, 2012 14:23
Show Gist options
  • Select an option

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

Select an option

Save machida/2758295 to your computer and use it in GitHub Desktop.
The standard math operations sample
$main-width: 660px
$side-width: 300px
div#wrap
width: $main-width + $side-width
div#main
width: $main-width
div#side
width: $side-width
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment