Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 11, 2011 03:16
Show Gist options
  • Save jdlich/1138839 to your computer and use it in GitHub Desktop.
Save jdlich/1138839 to your computer and use it in GitHub Desktop.
@each $style in 'dark', 'light', 'login', 'utility', 'search', 'websearch', 'default' {
@if $type == $style {
@include button-style(
$#{$style}ButtonBorder,
$#{$style}ButtonBackground,
$#{$style}ButtonText,
$#{$style}ButtonTextShadow,
$#{$style}ButtonGradient1,
$#{$style}ButtonGradient2
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment