From 3fcfd0dcad2835d0bb0a33bc66535a2c7aaed307 Mon Sep 17 00:00:00 2001 From: Carlo Nomes Date: Mon, 11 Feb 2019 10:47:35 +0100 Subject: [PATCH] fix(stark-starter): remove faulty import from angular.json --- starter/angular.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/starter/angular.json b/starter/angular.json index c50f95db6d..827a2f28d8 100644 --- a/starter/angular.json +++ b/starter/angular.json @@ -33,11 +33,7 @@ "output": "./" } ], - "styles": [ - "node_modules/@nationalbankbelgium/stark-core/assets/css/pre-load-style.css", - "src/styles/styles.scss", - "src/styles/styles.pcss" - ], + "styles": ["node_modules/@nationalbankbelgium/stark-core/assets/css/pre-load-style.css", "src/styles/styles.scss"], "scripts": [], "deployUrl": "", "baseHref": "/"