From f4261c3c90f94b69f3efbb989b0703d08a766f35 Mon Sep 17 00:00:00 2001 From: Starelie Date: Thu, 12 Feb 2026 01:35:53 -0500 Subject: [PATCH] Fixed warnings that showed during build related to deprecated sass color functions and imports --- README.md | 2 +- index.html | 2 +- package-lock.json | 13 ++++---- package.json | 1 + public/index.html | 2 +- src/about/about-page.vue | 4 +-- src/assets/main.scss | 4 +-- src/components/AboutExplanatoryText.vue | 2 +- src/components/AboutOrganizationalChart.vue | 4 +-- src/components/AboutSubteams.vue | 18 +++++------ src/components/BaseFooter.vue | 34 ++++++++++----------- src/components/BaseHeader.vue | 6 ++-- src/components/BaseNav.vue | 18 +++++------ src/components/HomeInsta.vue | 6 ++-- src/components/HomePhoto.vue | 8 ++--- src/components/HomeRecently.vue | 6 ++-- src/components/MemberCardComponent.vue | 9 +++--- src/components/NewsCardClickable.vue | 13 ++++---- src/components/NewsCardUnclick.vue | 8 ++--- src/components/ProjectsCard.vue | 8 ++--- src/components/RobotCardComponent.vue | 15 +++++---- src/components/SponsorsLogos.vue | 8 ++--- src/home/home-page.vue | 4 +-- src/join/Join-page.vue | 18 +++++------ src/outreach/outreach-page.vue | 6 ++-- src/robots/Robots-page.vue | 6 ++-- src/sponsors/sponsors-page.vue | 17 ++++++----- src/work-in-progress/work-in-progress.vue | 2 +- 28 files changed, 122 insertions(+), 122 deletions(-) diff --git a/README.md b/README.md index 2b12735..6dd692b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To add a component : ``` 2. You can now add this component to a page by using `import ComponentName from '../../src/components/ComponentName.vue'` in the `