Skip to content

Commit 2efc870

Browse files
committed
Replaced catpuccin to tailwindcss v4
1 parent d6a3ede commit 2efc870

4 files changed

Lines changed: 12 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
}
44

55
@import "tailwindcss";
6+
@import "@catppuccin/tailwindcss/config.css";
67

78
body {
89
font-family: "Inter", "Heebo", sans-serif;

tailwind.config.js

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

0 commit comments

Comments
 (0)