Skip to content

Commit 003467f

Browse files
authored
Fix link to function serialization API in the docs (#1340)
1 parent dc5ace2 commit 003467f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/docs/packages/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Create multi-variant styles with a type-safe runtime API, heavily inspired by [S
99

1010
As with the rest of vanilla-extract, all styles are generated at build time.
1111

12-
> 💡 Recipes is an optional package built on top of vanilla-extract using its [function serialization API.](../../api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations.
12+
> 💡 Recipes is an optional package built on top of vanilla-extract using its [function serialization API.](../api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations.
1313
1414
## Setup
1515

site/docs/packages/sprinkles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generate a static set of custom utility classes and compose them either statical
1111

1212
Basically, it’s like building your own zero-runtime, type-safe version of [Tailwind], [Styled System], etc.
1313

14-
> 💡 Sprinkles is an optional package built on top of vanilla-extract using its [function serialization API.](../../api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations, e.g. [Rainbow Sprinkles.](https://github.com/wayfair/rainbow-sprinkles)
14+
> 💡 Sprinkles is an optional package built on top of vanilla-extract using its [function serialization API.](../api/add-function-serializer) It doesn't have privileged access to vanilla-extract internals so you're also free to build alternative implementations, e.g. [Rainbow Sprinkles.](https://github.com/wayfair/rainbow-sprinkles)
1515
1616
## Setup
1717

0 commit comments

Comments
 (0)