From 6965264682b4042832515980af2a9095f0df57b9 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 11 Nov 2024 12:56:04 +0100 Subject: [PATCH 1/3] fix: improve scss imports and legacy compiler --- src/lib/animations/Products/Products.svelte | 5 - .../animations/Products/ProductsMobile.svelte | 4 - .../Products/functions/phone.svelte | 2 +- src/lib/animations/Products/post/index.ts | 2 +- src/lib/components/IsLoggedIn.svelte | 1 - src/lib/components/LogoList.svelte | 2 +- .../components/carousel/CarouselSlide.svelte | 16 +- src/lib/layouts/Main.svelte | 1 - src/markdoc/layouts/Integration.svelte | 25 +-- src/routes/+page.svelte | 4 +- src/routes/contact-us/enterprise/+page.svelte | 8 +- src/routes/docs/+page.svelte | 4 - src/routes/heroes/+page.svelte | 3 +- .../init-0/(components)/CountdownCard.svelte | 8 - src/routes/init-0/(components)/Ticket.svelte | 6 - .../init/(components)/CountdownCard.svelte | 8 - .../init/(components)/TicketScroll.svelte | 4 +- .../init/(components)/VideoDialog.svelte | 4 +- src/routes/init/(components)/grid/Cell.svelte | 4 +- src/routes/init/(components)/grid/Root.svelte | 4 +- .../init/(components)/ticket/Ticket.svelte | 32 ++-- .../init/tickets/customize/+page.svelte | 10 -- src/routes/integrations/+page.svelte | 44 ++--- src/routes/pricing/+page.svelte | 6 - .../messaging/(components)/Target.svelte | 1 - src/routes/startups/+page.svelte | 4 +- src/routes/startups/faq.svelte | 2 +- .../students/(components)/CallToAction.svelte | 3 +- .../students/(components)/GetStarted.svelte | 8 +- src/routes/threads/[id]/MessageCard.svelte | 4 - src/scss/7-components/_main-header.scss | 153 +++++++++++------- src/scss/7-components/_mobile-header.scss | 65 +++++--- vite.config.ts | 7 + 33 files changed, 218 insertions(+), 236 deletions(-) diff --git a/src/lib/animations/Products/Products.svelte b/src/lib/animations/Products/Products.svelte index b14146ca74..83b602742c 100644 --- a/src/lib/animations/Products/Products.svelte +++ b/src/lib/animations/Products/Products.svelte @@ -158,7 +158,6 @@ import { postController } from './post'; import Post from './post/post.svelte'; import { anyify } from '$lib/utils/anyify'; - import Badge from '$lib/components/ui/Badge.svelte'; /* Basic Animation setup */ let scrollInfo = { @@ -508,10 +507,6 @@ display: flex; align-items: center; gap: 0.75rem; - - .web-label { - margin-block-start: 0.25rem; - } } h4 { diff --git a/src/lib/animations/Products/ProductsMobile.svelte b/src/lib/animations/Products/ProductsMobile.svelte index 720eee17b0..d29f0a7b5d 100644 --- a/src/lib/animations/Products/ProductsMobile.svelte +++ b/src/lib/animations/Products/ProductsMobile.svelte @@ -108,10 +108,6 @@ display: flex; align-items: center; gap: 0.75rem; - - .web-label { - margin-block-start: 0.25rem; - } } h4 { diff --git a/src/lib/animations/Products/functions/phone.svelte b/src/lib/animations/Products/functions/phone.svelte index c162fe3a91..8eba2da7f2 100644 --- a/src/lib/animations/Products/functions/phone.svelte +++ b/src/lib/animations/Products/functions/phone.svelte @@ -1,6 +1,6 @@