From 4eb993029b17925d78076302b2e9b549a22e1a6f Mon Sep 17 00:00:00 2001 From: dotansimha Date: Tue, 27 Sep 2016 12:44:18 +0300 Subject: [PATCH] Step 18.2: Import bootstrap style into the main style file --- client/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.scss b/client/main.scss index d57035532..65392b578 100644 --- a/client/main.scss +++ b/client/main.scss @@ -1,3 +1,5 @@ +@import "{}/node_modules/bootstrap/scss/bootstrap.scss"; + .sebm-google-map-container { width: 400px; height: 400px;