Added MenuContext for handling navigation

This commit is contained in:
2025-09-17 11:27:35 +02:00
parent d80c4917de
commit 6e2ab0a88b
4 changed files with 66 additions and 525 deletions

View File

@@ -0,0 +1,5 @@
module.exports = {
alpharize: (color: string, opacity: number) => {
return `oklch(from ${color} l c h / ${opacity}`;
},
};