Skip to content

Commit

Permalink
Minor docs fix (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Oct 23, 2023
1 parent b5b997e commit d3a3952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/integrations/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Cobalt integrates fully with TailwindCSS. To start, install the Tailwind plugin
npm install -D @cobalut-ui/plugin-tailwind @cobalt-ui/cli
```

Then set up your `tokens.config.mjs` file, adding thie Tailwind plugin with your token settings inside `tailwind`:
Then set up your `tokens.config.mjs` file, adding the Tailwind plugin, and mapping token IDs to the Tailwind [theme config](https://tailwindcss.com/docs/configuration#theme) inside the `tailwind` option:

```js
// tokens.config.mjs
Expand Down

0 comments on commit d3a3952

Please sign in to comment.