This commit is contained in:
atomiks
2018-03-03 15:05:35 +10:00
parent 6d9560aad8
commit 01ec0a8a83
46 changed files with 644 additions and 418 deletions

View File

@ -18,7 +18,7 @@ Ensures that an element self-clears its children.
```css
.clearfix::after {
content: "";
content: '';
display: block;
clear: both;
}
@ -60,3 +60,5 @@ Ensures that an element self-clears its children.
#### Browser support
<span class="snippet__support-note">✅ No caveats.</span>
<!-- tags: layout -->