From 3ff497c8c959805fe66eeec4c58d6dcf6aac8fcd Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 4 Jan 2017 19:55:01 +0000 Subject: [PATCH] Re-enable Bootstrap close component --- 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 844bd795..f5c530c4 100644 --- a/resources/assets/sass/modules/_bootstrap.scss +++ b/resources/assets/sass/modules/_bootstrap.scss @@ -39,7 +39,7 @@ @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/panels"; // @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed"; @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/wells"; -// @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/close"; +@import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/close"; // Components w/ JavaScript @import "./node_modules/bootstrap-sass/assets/stylesheets/bootstrap/modals";