adds conical bg and tailwind.

not yet animated, but should be doable with @property.
This commit is contained in:
2025-06-22 18:34:29 +02:00
parent ce5ec2a763
commit 2a64d05b71
5 changed files with 807 additions and 9 deletions
+3
View File
@@ -11,8 +11,11 @@
"lint": "next lint"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.3",
"@types/react": "19.1.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
}