Skip to content

Instantly share code, notes, and snippets.

@sebholstein
Created July 3, 2012 10:14
Show Gist options
  • Save sebholstein/3038894 to your computer and use it in GitHub Desktop.
Save sebholstein/3038894 to your computer and use it in GitHub Desktop.
$default_link_color: #000
$dark_blue: #123456
$light_green: #132312
$default_box_padding: 10px
.xy_box
padding: $default_box_padding
background: yellow
color: $dark_blue
.xyz_box
padding: $default_box_padding
background: green
color: $light_green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment