Skip to content

Instantly share code, notes, and snippets.

@blizzerand
Created September 12, 2012 18:52
Show Gist options
  • Select an option

  • Save blizzerand/3709055 to your computer and use it in GitHub Desktop.

Select an option

Save blizzerand/3709055 to your computer and use it in GitHub Desktop.
$bgcolor:cyan;
.sidebar{
@if $bgcolor==blue {background-color:#0000ff; color:#ffffff;}
@else if $bgcolor==red {background-color:#ff0000; color:#ffffff;}
@else if $bgcolor==cyan{background-color: #00ffff; color:#cccccc;}
@else {background-color:#ffffff;color:#000000;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment