Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/docs/functions-and-directives.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**
Expand Down