source/scss/bootstrap.scss: Enable buttons

I need the button classes for pagination.
This commit is contained in:
Alan Orth 2016-10-05 17:20:10 +03:00
parent f737a75746
commit 071139a371
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
@import "node_modules/bootstrap/scss/grid";
//@import "node_modules/bootstrap/scss/tables";
//@import "node_modules/bootstrap/scss/forms";
//@import "node_modules/bootstrap/scss/buttons";
@import "node_modules/bootstrap/scss/buttons";
// Components
//@import "node_modules/bootstrap/scss/animation";