mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-09-18 16:19:04 +00:00
docs(tailwind): add clear
This commit is contained in:
parent
2a18405341
commit
a821fe9d12
@ -71,3 +71,13 @@
|
||||
.float-left /* float: left; */
|
||||
.float-none /* float: none; */
|
||||
.clearfix /* &::after { content: ""; display: table; clear: both; } */
|
||||
|
||||
/* *******************************************************************************************
|
||||
* CLEAR
|
||||
* Utilities for controlling the wrapping of content around an element.
|
||||
* By default, only responsive variants are generated for clear utilities.
|
||||
* ******************************************************************************************* */
|
||||
|
||||
.clear-left /* clear: left; */
|
||||
.clear-right /* clear: right; */
|
||||
.clear-both /* clear: both; */
|
||||
|
Loading…
Reference in New Issue
Block a user