mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-20 09:10:48 +00:00
docs(tailwind): flex-wrap
This commit is contained in:
parent
01576657fe
commit
2d5dcd1ff0
@ -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
|
||||||
* ----------
|
* ----------
|
||||||
|
Loading…
Reference in New Issue
Block a user