From b277e7c9b63aa977c60dff3dc094088ed8f7b7eb Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Fri, 24 Mar 2017 20:39:17 -0700 Subject: [PATCH] Add bootstrap using npm ,and layout folder --- wherehows-web/app/styles/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wherehows-web/app/styles/app.scss b/wherehows-web/app/styles/app.scss index f7aba767d4..780b7ffbf4 100644 --- a/wherehows-web/app/styles/app.scss +++ b/wherehows-web/app/styles/app.scss @@ -1,6 +1,7 @@ -//@import "bootstrap"; +@import "bootstrap"; @import "abstracts/all"; @import "base/all"; @import "components/all"; +@import "layout/all"; @import "shame"; \ No newline at end of file