Skip to content

Commit 92dc67a

Browse files
committed
fix: resolve merge conflicts in app.css, +layout.svelte, and package.json
1 parent ebc841e commit 92dc67a

File tree

4 files changed

+0
-185
lines changed

4 files changed

+0
-185
lines changed

package.json

-9
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"@sveltejs/adapter-node": "^5.2.12",
2323
"@sveltejs/kit": "^2.16.1",
2424
"@sveltejs/vite-plugin-svelte": "^5.0.3",
25-
<<<<<<< HEAD
2625
"@tailwindcss/vite": "^4.0.3",
27-
=======
28-
"@tailwindcss/vite": "^4.0.2",
29-
>>>>>>> prod
3026
"@types/eslint": "^9.6.1",
3127
"@types/fs-extra": "^11.0.4",
3228
"@types/lodash": "^4.17.15",
@@ -70,11 +66,6 @@
7066
"svelte-tiny-virtual-list": "^2.1.2",
7167
"sveltekit-superforms": "^2.23.1",
7268
"tailwind-merge": "^3.0.1",
73-
<<<<<<< HEAD
74-
"tailwindcss": "^4.0.3",
75-
=======
76-
"tailwindcss": "^4.0.2",
77-
>>>>>>> prod
7869
"tslib": "^2.8.1",
7970
"typescript": "^5.7.3",
8071
"typescript-eslint": "^8.22.0",

pnpm-lock.yaml

-172
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app.css

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<<<<<<< HEAD
21
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap") layer(base);
3-
=======
4-
>>>>>>> prod
52
@import "tailwindcss";
63
@plugin "./plugins/text-shadow.ts";
74
@plugin "./plugins/themes.ts";

src/routes/+layout.svelte

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import { Toaster, toast } from "svelte-sonner";
1616
import { writable } from "svelte/store";
1717
import "../app.css";
18-
import "../fonts.css";
1918
2019
const position = writable<ToasterProps["position"]>("bottom-right");
2120
const theme = writable<ToasterProps["theme"]>("dark");

0 commit comments

Comments
 (0)