Added WIP Menu

This commit is contained in:
2025-09-29 15:20:46 +02:00
parent 1773687814
commit bfbe687b63
56 changed files with 4726 additions and 1070 deletions

View File

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