docs(tailwind): flex-wrap

This commit is contained in:
Julien Le Coupanec 2020-03-29 14:13:05 +02:00
parent 01576657fe
commit 2d5dcd1ff0
1 changed files with 7 additions and 3 deletions

View File

@ -212,10 +212,14 @@
/*
* Flex Wrap
* ----------
*
*
* Utilities for controlling how flex items wrap.
* By default, only responsive variants are generated for flex-wrap utilities.
*/
.flex-no-wrap /* flex-wrap: nowrap; */
.flex-wrap /* flex-wrap: wrap; */
.flex-wrap-reverse /* flex-wrap: wrap-reverse; */
/*
* Align Items
* ----------