sassy-buttons 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.mkdn CHANGED
@@ -117,8 +117,8 @@ A sassy button is made up a few different mixins, which all get called by the ma
117
117
 
118
118
  # Mixin for the gradient styles
119
119
  # Example use: You could call this mixin on a :hover or :active state to provide your own styles for those pseudo states.
120
- @include sassy-button-colors(gradient style, first color, second color, auto hover)
120
+ @include sassy-button-colors(gradient style, first color, second color, auto hover, text-color, text-style)
121
121
 
122
122
  # Mixin for text styles
123
123
  # Example use: Apply a "inset", "raised" text style to a button
124
- @include sassy-button-text-style(first color, text color, text style )
124
+ @include sassy-button-text-style(first color, second-color text color, text style )
@@ -65,6 +65,7 @@
65
65
  @include sassy-pseudo-states("all", $base-color, $second-color, false, $style)
66
66
 
67
67
  @if $style == "flat"
68
+ $second-color: $base-color
68
69
  :background-color $base-color
69
70
  :border 0
70
71
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jared Hardy
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-25 00:00:00 -08:00
17
+ date: 2011-02-26 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency