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.