1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-13 01:22:20 +00:00

docs(tailwind): flex-wrap

This commit is contained in:
Julien Le Coupanec 2020-03-29 14:13:05 +02:00
parent 01576657fe
commit 2d5dcd1ff0

View File

@ -212,10 +212,14 @@
/* /*
* Flex Wrap * 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 * Align Items
* ---------- * ----------