/CSS3-stylish-buttons

Presenting a Sass mixin for generating stylish, colored CSS3 buttons. Also generate the CSS for a specific color, if you don't use Sass.

Primary LanguageCSS

The Sinatra app that powers http://css3-buttons.herokuapp.com/.

The application presents a sass mixin for getting stylish CSS3 buttons…

… with minimal code.

import '_buttons'
.button
  @include button
  @include color(#d22)

Also, the mixin is evaluated in the context of a specific color to generate CSS code for users that don’t know Sass.