mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 13:45:34 -04:00
prepare for new next/link
behavior
see new-next-link branch
This commit is contained in:
@@ -10,7 +10,7 @@ const FancyLink = styled("a", {
|
||||
|
||||
variants: {
|
||||
// fancy animated link underline effect
|
||||
fancy: {
|
||||
underline: {
|
||||
true: {
|
||||
// sets psuedo linear-gradient() for the underline's color; see stitches config for the weird calculation behind the
|
||||
// local `$$underline` variable.
|
||||
@@ -30,7 +30,7 @@ const FancyLink = styled("a", {
|
||||
},
|
||||
|
||||
defaultVariants: {
|
||||
fancy: true,
|
||||
underline: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user