From 90d72fb0d42efd2caacf015096aad92dd8932387 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 15 Mar 2022 15:07:39 -0600 Subject: [PATCH] include shared scss in setup-wizard and diagnostic-ui (#1334) --- frontend/angular.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/angular.json b/frontend/angular.json index d60e0a232..24005a3b5 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -160,6 +160,7 @@ "styles": [ "projects/shared/styles/variables.scss", "projects/shared/styles/global.scss", + "projects/shared/styles/shared.scss", "projects/setup-wizard/src/styles.scss" ], "scripts": [] @@ -279,6 +280,7 @@ "styles": [ "projects/shared/styles/variables.scss", "projects/shared/styles/global.scss", + "projects/shared/styles/shared.scss", "projects/diagnostic-ui/src/styles.scss" ], "scripts": []