Fix directive name

This commit is contained in:
Pedro Borges 2017-11-01 14:15:46 -02:00
parent aee64798b6
commit 8917d3b066

View File

@ -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
/**