docs(tailwind): add clear

This commit is contained in:
Julien Le Coupanec 2020-03-28 22:16:02 +01:00
parent 2a18405341
commit a821fe9d12
1 changed files with 10 additions and 0 deletions

View File

@ -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; */