Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 25, 2024
1 parent 08f60d6 commit 6292bcf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ const Link = (Link: string[] = []) =>

<Fragment set:html={Link(Font.map((Font: any) => Font))} />

<!-- <script>
import "@Script/swup";
</script> -->

<slot name="scripts" />

<!-- Favicon -->
Expand Down
18 changes: 0 additions & 18 deletions Source/Script/swup.ts

This file was deleted.

12 changes: 0 additions & 12 deletions Source/Stylesheet/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ body {
@apply flex flex-grow flex-col bg-[#eaeaea] tabular-nums text-[#151515] antialiased sm:subpixel-antialiased dark:bg-[#151515] dark:text-[#eaeaea];

font-variant-ligatures: no-common-ligatures;

--swup-overlay-theme-color: #eaeaea;
--swup-overlay-theme-duration: 0.21s;
--swup-overlay-theme-delay: 0s;
--swup-overlay-theme-scale: 2.1;
--swup-overlay-theme-skew: 0deg;
}

@media (prefers-color-scheme: dark) {
body {
--swup-overlay-theme-color: #151515;
}
}

*::selection,
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
"@playform/compress": "0.1.1",
"@playform/format": "0.0.7",
"@playform/inline": "0.1.0",
"@swup/body-class-plugin": "3.2.0",
"@swup/fade-theme": "2.0.1",
"@swup/head-plugin": "2.2.1",
"@swup/overlay-theme": "2.0.1",
"@swup/preload-plugin": "3.2.10",
"@swup/scroll-plugin": "3.3.2",
"@swup/slide-theme": "2.0.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
Expand All @@ -54,7 +47,6 @@
"postcss-import": "16.1.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"swup": "4.8.0",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"zod": "3.23.8"
Expand Down

0 comments on commit 6292bcf

Please sign in to comment.