Added WIP Menu
This commit is contained in:
@@ -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})`;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user