From e5c3feb568a7526175d74c7667e3b35cd56d552d Mon Sep 17 00:00:00 2001 From: matbusby-fw Date: Fri, 20 Sep 2024 15:18:09 -0600 Subject: [PATCH] remove new style sheet --- services/core-web/src/styles/index.scss | 1 - services/minespace-web/src/styles/index.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/services/core-web/src/styles/index.scss b/services/core-web/src/styles/index.scss index cb7869eba0..becda852af 100755 --- a/services/core-web/src/styles/index.scss +++ b/services/core-web/src/styles/index.scss @@ -64,6 +64,5 @@ @import "./components/Callout.scss"; @import "./components/CorePageHeader.scss"; @import "./components/PermitConditions.scss"; -@import "./components/ProjectSummary.scss"; // UTILITIES - utilities and helper classes. This layer has the highest specificity. \ No newline at end of file diff --git a/services/minespace-web/src/styles/index.scss b/services/minespace-web/src/styles/index.scss index 0ceab7de43..9a1ba6658c 100755 --- a/services/minespace-web/src/styles/index.scss +++ b/services/minespace-web/src/styles/index.scss @@ -43,7 +43,6 @@ @import "./components/Forms.scss"; @import "./components/SideNavigation.scss"; @import "./components/ScrollSideMenuWrapper.scss"; -@import "./components/ProjectSummary.scss"; // UTILITIES - utilities and helper classes. This layer has the highest specificity. @import "./generic/helpers.scss";