From 6f12da98eb2454f00c7e2647b77c0d4e49bf63f1 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Thu, 10 Mar 2022 17:31:47 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20stylePreprocessorOptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/angular.json b/angular.json index 341bb5e..85da6ce 100644 --- a/angular.json +++ b/angular.json @@ -37,6 +37,11 @@ "styles": [ "src/styles.scss" ], + "stylePreprocessorOptions": { + "includePaths": [ + "node_modules" + ] + }, "scripts": [], "vendorChunk": true, "extractLicenses": false, @@ -152,6 +157,11 @@ "styles": [ "src/styles.scss" ], + "stylePreprocessorOptions": { + "includePaths": [ + "node_modules" + ] + }, "scripts": [] } },