From 80a4011194e5fdb466e09db367b33c55565043dc Mon Sep 17 00:00:00 2001 From: Alexandru Georgescu Date: Tue, 16 Jan 2018 18:48:26 +0100 Subject: [PATCH] Removed the tilda from @import Workaround for the latest CLI issue https://github.com/angular/angular-cli/issues/9185 --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 79b7ab6..be17c0b 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,5 +1,5 @@ /* You can add global styles to this file, and also import other style files */ -@import '~@angular/material/prebuilt-themes/indigo-pink.css'; +@import '@angular/material/prebuilt-themes/indigo-pink.css'; html, body { padding: 0;