From c168a88775c7b7298011d72b5f30e66c85087d8a Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Tue, 22 Aug 2017 09:49:56 +0100 Subject: [PATCH] Add undescore (#2235) --- demo-shell-ng2/app/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-shell-ng2/app/theme.scss b/demo-shell-ng2/app/theme.scss index 3191a1b844..f1455173a4 100644 --- a/demo-shell-ng2/app/theme.scss +++ b/demo-shell-ng2/app/theme.scss @@ -1,6 +1,6 @@ @import '~@angular/material/theming'; -@import 'colors'; -@import 'all-theme'; +@import '_colors'; +@import '_all-theme'; @include mat-core();