Added sass support.
Bootstrap Rounded and Outline Buttons for your next project
$ 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";
To your existing btn
classes now you can add btn-outline
and btn-rounded
Example:
There is also a bonus btn-white class for white color.