mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
docs(tailwind): add floats
This commit is contained in:
@@ -61,5 +61,13 @@
|
||||
.table-row-group /* display: table-row-group; */
|
||||
.table-row /* display: table-row; */
|
||||
|
||||
/* *******************************************************************************************
|
||||
* FLOATS
|
||||
* Utilities for controlling the wrapping of content around an element.
|
||||
* By default, only responsive variants are generated for float utilities.
|
||||
* ******************************************************************************************* */
|
||||
|
||||
|
||||
.float-right /* float: right; */
|
||||
.float-left /* float: left; */
|
||||
.float-none /* float: none; */
|
||||
.clearfix /* &::after { content: ""; display: table; clear: both; } */
|
||||
|
||||
Reference in New Issue
Block a user