From a821fe9d1246881642b87ebccb5c85e5c193c7e7 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sat, 28 Mar 2020 22:16:02 +0100 Subject: [PATCH] docs(tailwind): add clear --- frontend/tailwind.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/tailwind.css b/frontend/tailwind.css index 9e12a1e..0e00fcc 100644 --- a/frontend/tailwind.css +++ b/frontend/tailwind.css @@ -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; */