From 8917d3b066b5246eefdcebfb76437e0d193311f5 Mon Sep 17 00:00:00 2001 From: Pedro Borges Date: Wed, 1 Nov 2017 14:15:46 -0200 Subject: [PATCH] Fix directive name --- docs/source/docs/functions-and-directives.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/functions-and-directives.blade.md b/docs/source/docs/functions-and-directives.blade.md index 3e64bacdb9de..de3afdb64c4a 100644 --- a/docs/source/docs/functions-and-directives.blade.md +++ b/docs/source/docs/functions-and-directives.blade.md @@ -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 /**