Skip to content

Instantly share code, notes, and snippets.

@Shpigford
Created September 14, 2011 13:33
Show Gist options
  • Save Shpigford/1216552 to your computer and use it in GitHub Desktop.
Save Shpigford/1216552 to your computer and use it in GitHub Desktop.
$dude: 'maxvoltar';
@mixin booyah_sauce {
p {
@if $dude == 'maxvoltar' {
color: rgba(#000, 0.5);
} @else if $dude == 'mr_super_awesomeness' {
color: rgba(black, 0.5);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment