From 071139a3714a63d2a2590ca71575cfd59b5f1840 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 5 Oct 2016 17:20:10 +0300 Subject: [PATCH] source/scss/bootstrap.scss: Enable buttons I need the button classes for pagination. --- source/scss/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/bootstrap.scss b/source/scss/bootstrap.scss index db0a8a8..57fa23a 100644 --- a/source/scss/bootstrap.scss +++ b/source/scss/bootstrap.scss @@ -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";