animations + cards
All checks were successful
Deploy App / deploy (push) Successful in 30s

This commit is contained in:
valere
2025-09-30 01:10:12 +02:00
parent 631bc65c70
commit 9438394db8
20 changed files with 775 additions and 455 deletions

View File

@@ -1,6 +0,0 @@
// utils/cssVars.js
export function updateCssVar(name, value, el) {
// if (!import.meta.client) return;
const target = el?.$el || el || document.documentElement;
target.style.setProperty(name, value);
}