Added MenuContext for handling navigation
This commit is contained in:
5
src/lib/postcss/functions/index.ts
Normal file
5
src/lib/postcss/functions/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
alpharize: (color: string, opacity: number) => {
|
||||
return `oklch(from ${color} l c h / ${opacity}`;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user