Skip to content

Commit

Permalink
Version bump to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed May 23, 2010
1 parent 156762a commit 024862a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,9 @@
# Fancy Buttons Changelog

## 0.5.4

Updated old linear-gradient syntax in the example

## 0.5.3

- Deprecated @import fancy_button.sass in favor of syntax agnostic and dashed import @import "fancy-buttons"
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Expand Up @@ -2,4 +2,4 @@
:major: 0
:minor: 5
:build:
:patch: 3
:patch: 4
19 changes: 9 additions & 10 deletions lib/templates/project/buttons.sass
Expand Up @@ -5,33 +5,33 @@ body
padding-top: 10px
h1, h2, h3
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
color: #333333
color: #333
letter-spacing: -1px
h1
font-size: 50px
h2
font-size: 30px
div
margin-top: 15px

$green: darken(#57b42c, 8)
$blue: adjust_hue($green, 110)
$red: adjust_hue($green, -100)
$heart_button: saturate(lighten($red, 2), 20)

=custom-fancy-gradient($color1, $color2)
+radial-gradient("50% 10%, 10, 50% 10%, 30", $color1, darken($color2, 5))

=custom-fancy-gradient($color1, $color2)
+radial-gradient(color_stops($color1, darken($color2, 5) 30px), "50% 10%")
=invert-custom-fancy-gradient($color1, $color2)
+custom-fancy-gradient(lighten($color2, 10), lighten($color2, 25))

a.button, button
a.button, button
+fancy-button-structure
+fancy-button-colors
margin: 0 2px
vertical-align: middle
&.light
+fancy-button-colors-matte(#dddddd)
+fancy-button-colors-matte(#ddd)
&.matte-blue
+fancy-button-colors-matte($blue)
&.green
Expand All @@ -50,9 +50,8 @@ a.button, button
+fancy-button-colors-custom($heart_button)
&.arrow
+fancy-button-size(30px, 30px)
+fancy-button-colors-custom(#dddddd)
+fancy-button-colors-custom(#ddd)
+fancy-button-padding(2px, 6px, 2px)
&.spade
+fancy-button-colors-custom($blue)
+fancy-button-padding(2px, 8px, 2px)
//color: #333 !important
+fancy-button-padding(2px, 8px, 2px)

0 comments on commit 024862a

Please sign in to comment.