(disclosure: I work with Alex and he showed this to me before)<p>I think the page doesn't emphasize enough the easy customization of these buttons: you can set the class names and base colors in one file and Sass will create the CSS for what <i>you</i> want. "Base" colors because the gradients, highlights and glows are then derived from only one color.<p>See this file in particular: <a href="https://github.com/alexwolfe/Buttons/blob/master/scss/_options.scss" rel="nofollow">https://github.com/alexwolfe/Buttons/blob/master/scss/_optio...</a><p>The defaults look pretty yummy but the customization is key for your own use IMO.
they look really good.<p><pre><code> $namespace: '.button'; //prefix for all classes
</code></pre>
you made my day, sir. was just about to complain that .button may collide with Zurb Foundation's styles (unless buttons not included), and I saw this. +1