Skip to content

Commit 71b88a8

Browse files
authored
Merge pull request #25 from pedroborges/fix-functions-doc
Fix directive name
2 parents aee6479 + 8917d3b commit 71b88a8

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)