Fix Tailwind README code block (#6783)
Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
This commit is contained in:
parent
d531239201
commit
671a011d4f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ You can now [import your own `base.css` as a local stylesheet](https://docs.astr
|
|||
|
||||
When using the `@apply` directive in an Astro, Vue, Svelte, or another component integration's `<style>` tag, it may generate errors about your custom Tailwind class not existing and cause your build to fail.
|
||||
|
||||
```
|
||||
```sh
|
||||
error The `text-special` class does not exist. If `text-special` is a custom class, make sure it is defined within a `@layer` directive.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue