0.0.1 • Published 9 years ago

bootstrap-btn-outline-rounded v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Added sass support.

bootstrap-btn-outline-rounded

Bootstrap Rounded and Outline Buttons for your next project

How to install?

$ bower install bootstrap-btn-outline-rounded --save

or

$ npm install bootstrap-btn-outline-rounded --save-dev

Then you need to include it in your LESS file which has the variables of Twitter Bootstrap

@import "bower_components/bootstrap-btn-outline-rounded/index.less";

How to use?

To your existing btn classes now you can add btn-outline and btn-rounded

Example:

Example Bootstrap Rounded and Outline Buttons

There is also a bonus btn-white class for white color.