Skip to content

Commit

Permalink
Fixed incorrect Link (#25)
Browse files Browse the repository at this point in the history
Fix incorrect link in README.md

The link to the "Recipes" helper project under Vanilla-extract in the README.md file was incorrect, leading to the "Sprinkles" documentation instead. This commit fixes the target URL to correctly direct to the "Recipes" project page, improving navigation accuracy.
  • Loading branch information
TheAyes committed Nov 7, 2023
1 parent e64e689 commit 2a0bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Use CSS variables instead. They are supported in all relevant browsers.

You can also import any code you like to create the CSS at build time, there are no restrictions, go wild!

Vanilla-extract also has nice helper projects for this purpose, [Sprinkles](https://vanilla-extract.style/documentation/packages/sprinkles/) and [Recipes](https://vanilla-extract.style/documentation/packages/sprinkles/).
Vanilla-extract also has nice helper projects for this purpose, [Sprinkles](https://vanilla-extract.style/documentation/packages/sprinkles/) and [Recipes](https://vanilla-extract.style/documentation/packages/recipes/).

### Extending a component

Expand Down

0 comments on commit 2a0bd2a

Please sign in to comment.