mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
docs(tailwind): align-content
This commit is contained in:
@@ -236,10 +236,16 @@
|
|||||||
/*
|
/*
|
||||||
* Align Content
|
* Align Content
|
||||||
* ----------
|
* ----------
|
||||||
*
|
* Utilities for controlling how lines are positioned in multi-line flex containers.
|
||||||
*
|
* By default, only responsive variants are generated for align-content utilities.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.content-start /* align-content: flex-start; */
|
||||||
|
.content-center /* align-content: center; */
|
||||||
|
.content-end /* align-content: flex-end; */
|
||||||
|
.content-between /* align-content: space-between; */
|
||||||
|
.content-around /* align-content: space-around; */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Align Self
|
* Align Self
|
||||||
* ----------
|
* ----------
|
||||||
|
|||||||
Reference in New Issue
Block a user