Skip to content

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

Notifications You must be signed in to change notification settings

dira/CSS3-stylish-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages