Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 4, 2024
1 parent 51874b6 commit 12a7f9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const bottom = createVar();
export const mask = style({
maskImage: [
`linear-gradient(to bottom, transparent 0, black ${fallbackVar(top, '0')})`,
`linear-gradient(to right, transparent 0, black ${fallbackVar(left, '0')})`,
`linear-gradient(to left, transparent 0, black ${fallbackVar(right, '0')})`,
`linear-gradient(to top, transparent 0, black ${fallbackVar(bottom, '0')})`,
// `linear-gradient(to right, transparent 0, black ${fallbackVar(left, '0')})`,
// `linear-gradient(to left, transparent 0, black ${fallbackVar(right, '0')})`,
// `linear-gradient(to top, transparent 0, black ${fallbackVar(bottom, '0')})`,
].join(','),
});

Expand Down

0 comments on commit 12a7f9c

Please sign in to comment.