Skip to content

Commit

Permalink
correct tailwind documentation link (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDew42 committed Jul 4, 2022
1 parent 63325db commit a1a30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/getting-started.md
Expand Up @@ -36,7 +36,7 @@ document.body.innerHTML = `
`
```

Using the exported `tw` function results in the compilation of the rules like `bg-black text-white` and `text-xl` exactly as specified in the [Tailwind documentation](https://tailwincss.com/docs). For convenience, the default [Tailwind theme](https://github.com/tailwindlabs/tailwindcss/blob/v1/stubs/defaultConfig.stub.js) is used along with the preflight [base styles](https://tailwindcss.com/docs/preflight) unless you explicitly overwrite them.
Using the exported `tw` function results in the compilation of the rules like `bg-black text-white` and `text-xl` exactly as specified in the [Tailwind documentation](https://tailwindcss.com/docs). For convenience, the default [Tailwind theme](https://github.com/tailwindlabs/tailwindcss/blob/v1/stubs/defaultConfig.stub.js) is used along with the preflight [base styles](https://tailwindcss.com/docs/preflight) unless you explicitly overwrite them.

For seamless integration with existing Tailwind HTML, you can use [the Shim](./the-shim.md):

Expand Down

0 comments on commit a1a30bf

Please sign in to comment.