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
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};