Skip to content

Commit

Permalink
Fix link to function serialization API in the docs (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
weelink authored Mar 4, 2024
1 parent dc5ace2 commit 003467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/packages/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Create multi-variant styles with a type-safe runtime API, heavily inspired by [S

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

> 💡 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.
> 💡 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.
## Setup

Expand Down
2 changes: 1 addition & 1 deletion site/docs/packages/sprinkles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generate a static set of custom utility classes and compose them either statical

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

> 💡 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)
> 💡 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)
## Setup

Expand Down

0 comments on commit 003467f

Please sign in to comment.