Skip to content

Commit 45ad177

Browse files
committed
Replaced catpuccin to tailwindcss v4
1 parent d6a3ede commit 45ad177

4 files changed

Lines changed: 13 additions & 24 deletions

File tree

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
1313
},
1414
"devDependencies": {
15-
"@catppuccin/tailwindcss": "^0.1.6",
1615
"@sveltejs/adapter-static": "^3.0.8",
1716
"@sveltejs/kit": "^2.16.0",
1817
"@sveltejs/vite-plugin-svelte": "^5.0.0",
@@ -23,5 +22,8 @@
2322
"tailwindcss": "^4.0.0",
2423
"typescript": "^5.0.0",
2524
"vite": "^6.2.6"
25+
},
26+
"dependencies": {
27+
"@catppuccin/tailwindcss": "^1.0.0-beta.1"
2628
}
2729
}

src/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
@import "tailwindcss";
66

7+
@plugin "@catppuccin/tailwindcss";
78
body {
89
font-family: "Inter", "Heebo", sans-serif;
910
}
11+

tailwind.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)