1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-08 05:26:00 +02:00

source/scss/bootstrap.scss: Enable buttons

I need the button classes for pagination.
This commit is contained in:
2016-10-05 17:20:10 +03:00
parent f737a75746
commit 071139a371

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";