From bdb76bc42eca9f4f9311811ef0fb616db175a4ce Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 4 Jan 2017 19:56:46 +0000 Subject: [PATCH] Re-enable the Bootstrap labels components --- resources/assets/sass/modules/_bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/modules/_bootstrap.scss b/resources/assets/sass/modules/_bootstrap.scss index f5c530c4..5bb97f68 100644 --- a/resources/assets/sass/modules/_bootstrap.scss +++ b/resources/assets/sass/modules/_bootstrap.scss @@ -28,7 +28,7 @@ // @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs"; // @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pagination"; @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pager"; -// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/labels"; +@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/labels"; @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/badges"; // @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron"; // @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/thumbnails";