Skip to content

Commit 93a0b7d

Browse files
committed
Tweak @tailwind screens documentation
1 parent dc5d85f commit 93a0b7d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tailwind exposes a few custom CSS functions and directives that can be used in y
88

99
### `@@tailwind`
1010

11-
Use the `@@tailwind` directive to insert Tailwind's `preflight`, `utilities` and `screen` styles into your CSS. Here's a full example of how you might do this:
11+
Use the `@@tailwind` directive to insert Tailwind's `preflight`, `utilities` and `screens` styles into your CSS. Here's a full example of how you might do this:
1212

1313
```less
1414
/**
@@ -27,9 +27,11 @@ Use the `@@tailwind` directive to insert Tailwind's `preflight`, `utilities` and
2727
@@tailwind utilities;
2828

2929
/**
30-
* (Optional)
31-
* This injects the utility classes and styles wrapped by the @@responsive directive.
32-
* These will be appended at the end of the stylesheet if the `@@tailwind screens` directive is not used.
30+
* Use this directive to control where Tailwind injects the responsive
31+
* variations of each utility.
32+
*
33+
* If omitted, Tailwind will append these classes to the very end of
34+
* your stylesheet by default.
3335
*/
3436
@@tailwind screens;
3537
```

0 commit comments

Comments
 (0)