From 4279c05bbb058b4ff0c1beb3bb708fe91f335349 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 31 Jan 2025 13:20:46 -0600 Subject: [PATCH] Rename the common.scss to legacy_common.scss This helps show that we want to remove this file in the long run --- app/assets/stylesheets/file.scss | 2 +- app/assets/stylesheets/{common.scss => legacy_common.scss} | 0 app/assets/stylesheets/legacy_geo.scss | 2 +- app/assets/stylesheets/legacy_model.scss | 2 +- app/assets/stylesheets/legacy_was_seed.scss | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename app/assets/stylesheets/{common.scss => legacy_common.scss} (100%) diff --git a/app/assets/stylesheets/file.scss b/app/assets/stylesheets/file.scss index b66dc43d9..8a409e57a 100644 --- a/app/assets/stylesheets/file.scss +++ b/app/assets/stylesheets/file.scss @@ -1,4 +1,4 @@ -@import "common"; +@import "legacy_common"; $color-beige-10: #f2f1eb; body { diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/legacy_common.scss similarity index 100% rename from app/assets/stylesheets/common.scss rename to app/assets/stylesheets/legacy_common.scss diff --git a/app/assets/stylesheets/legacy_geo.scss b/app/assets/stylesheets/legacy_geo.scss index d86f69d58..3fa1de3b4 100644 --- a/app/assets/stylesheets/legacy_geo.scss +++ b/app/assets/stylesheets/legacy_geo.scss @@ -1,4 +1,4 @@ -@import "common"; +@import "legacy_common"; @import "leaflet/dist/leaflet"; [data-wms-url] { diff --git a/app/assets/stylesheets/legacy_model.scss b/app/assets/stylesheets/legacy_model.scss index 341bfc8fb..41c4edea3 100644 --- a/app/assets/stylesheets/legacy_model.scss +++ b/app/assets/stylesheets/legacy_model.scss @@ -1,4 +1,4 @@ -@import "common"; +@import "legacy_common"; @import "modules/fullscreen"; .sul-embed-3d { diff --git a/app/assets/stylesheets/legacy_was_seed.scss b/app/assets/stylesheets/legacy_was_seed.scss index e8e570284..5649b5773 100644 --- a/app/assets/stylesheets/legacy_was_seed.scss +++ b/app/assets/stylesheets/legacy_was_seed.scss @@ -1,4 +1,4 @@ -@import "common"; +@import "legacy_common"; $color-beige-30: #e3dfd5; .sul-embed-was-seed-content {