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": [] } },