From 9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f Mon Sep 17 00:00:00 2001 From: James Woglom Date: Tue, 30 Aug 2022 01:54:52 -0400 Subject: remove unneeded stylePreprocessorOptions --- ui/angular.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/angular.json') diff --git a/ui/angular.json b/ui/angular.json index 1529f3f..a8ee71f 100644 --- a/ui/angular.json +++ b/ui/angular.json @@ -30,10 +30,6 @@ "styles": [ "src/styles.sass" ], - "stylePreprocessorOptions": { - "includePaths": [ - ] - }, "scripts": [ "node_modules/bootstrap/dist/js/bootstrap.min.js", ] -- cgit