1
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:
2022-04-28 12:32:50 -04:00
parent ad1d1bbce1
commit e1da53a1fe
9 changed files with 13 additions and 16 deletions

View File

@@ -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,
},
});