From a41d91b006ece54bf75c16dc806ab92994cd3e75 Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Mon, 21 Oct 2024 13:48:49 -0700 Subject: [PATCH] chore: fix sass warnings Sass has breaking changes with the migration to Dart. https://sass-lang.com/documentation/breaking-changes/ - use the migration scripting to fix up the color space changes - stop using @import and replace with @use - migrate the color variables to use namespaces because use is always namespaced --- src/App.vue | 12 +- src/components/BaseKey.vue | 57 +- src/scss/colorways.scss | 7 +- src/scss/colorways/_gmk.scss | 879 ++++++++++++++++------------ src/scss/colorways/_jtk.scss | 7 +- src/scss/colorways/_keyreative.scss | 81 +-- src/scss/colorways/_mt3.scss | 527 ++++++++++------- src/scss/colorways/_sp.scss | 348 ++++++----- src/scss/style.scss | 8 +- src/scss/themes.scss | 56 +- 10 files changed, 1128 insertions(+), 854 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1656be6f80..087ff368f9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -199,7 +199,8 @@ export default { };