Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save machida/2758312 to your computer and use it in GitHub Desktop.
The standard math operations sample2
$global-nav-width: 960px
$items: 5
nav#global
width: $global-nav-width
ul
li
display: inline
a
display: block
float: left
width: $global-nav-width/$items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment