Skip to content

Commit 8917d3b

Browse files
committed
Fix directive name
1 parent aee6479 commit 8917d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/functions-and-directives.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Tailwind exposes a few custom CSS functions and directives that can be used in y
99

1010
### `@@tailwind`
1111

12-
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:
12+
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:
1313

1414
```less
1515
/**

0 commit comments

Comments
 (0)