mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix directive name
This commit is contained in:
parent
aee64798b6
commit
8917d3b066
@ -9,7 +9,7 @@ Tailwind exposes a few custom CSS functions and directives that can be used in y
|
||||
|
||||
### `@@tailwind`
|
||||
|
||||
Use the `@@tailwind` directive to insert Tailwind's `reset` and `utilities` styles into your CSS. Here's a full example of how you might do this:
|
||||
Use the `@@tailwind` directive to insert Tailwind's `preflight` and `utilities` styles into your CSS. Here's a full example of how you might do this:
|
||||
|
||||
```less
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user