Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
docs: typo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 27, 2022
1 parent ab0981b commit b8f0cef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Nuxt Theme Kit gives you opt-in features to scaffold and distribute themes for N
#description
Use [Design Tokens](https://design-tokens.github.io/community-group/format/) inside your Nuxt app, in any context, with a type safe API.
<br/>
[Powered by [Style Dictionnary](https://amzn.github.io/style-dictionary/#/)]{.text-xs}
[Powered by [Style Dictionary](https://amzn.github.io/style-dictionary/#/)]{.text-xs}
::

::card
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.guide/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This ensures any access to your theme via `useTheme()` or `$theme` stays type-sa
> <br />
> Learn more about [Design Tokens](https://backlight.dev/blog/design-tokens)
Nuxt Theme Kit offers a straightforward way to use Design Tokens definition inside your Nuxt app by using [Style Dictionnary](https://amzn.github.io/style-dictionary).
Nuxt Theme Kit offers a straightforward way to use Design Tokens definition inside your Nuxt app by using [Style Dictionary](https://amzn.github.io/style-dictionary).

Theme authors can define a set of Design Tokens as they would define a set of theme options.

Expand Down
4 changes: 2 additions & 2 deletions docs/content/2.guide/3.API.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This merged object will get injected into Runtime Config and be available everyw

## Tokens

`theme.tokens` is [Design Tokens format](https://design-tokens.github.io/community-group/format/) compatible object definition that gets processed by [Style Dictionnary](https://amzn.github.io/style-dictionary).
`theme.tokens` is [Design Tokens format](https://design-tokens.github.io/community-group/format/) compatible object definition that gets processed by [Style Dictionary](https://amzn.github.io/style-dictionary).

This allows the options defined by the theme author in his `theme.tokens` key to be type-safe for the theme user that will configure his theme via the same key or a `tokens.config` file.

Expand Down Expand Up @@ -140,7 +140,7 @@ export default defineThemeTokens({

### Consuming theme tokens

Theme tokens gets processed by [Style Dictionnary](https://amzn.github.io/style-dictionary) and generates build targets that are globally accessible in your Nuxt project.
Theme tokens gets processed by [Style Dictionary](https://amzn.github.io/style-dictionary) and generates build targets that are globally accessible in your Nuxt project.

- `.nuxt/theme/`
- `_variables.scss` for `scss` contexts.
Expand Down

0 comments on commit b8f0cef

Please sign in to comment.