From b8a6855374fc302bbe10e95df08c7d91a13bc1d8 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Tue, 18 Oct 2016 16:59:32 +0300 Subject: [PATCH] Step 19.32: Added import in the main scss file --- client/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.scss b/client/main.scss index c9bbcf0ed..182630bca 100644 --- a/client/main.scss +++ b/client/main.scss @@ -22,3 +22,5 @@ body { width: 450px; height: 450px; } + +@import "./imports/material-layout"; \ No newline at end of file