Rounds the corners of buttons to get a rounded effect
Simply add the .btn-rounded
class to your existing buttons and the styles will apply.
@import 'path/to/node_modules/bootstrap-scss-plugins/scss/button-rounded';
<button class="btn btn-rounded btn-primary">Click me!</button>