Created
January 31, 2016 12:39
-
-
Save ludofischer/aaa19ce0360cb1d3706a to your computer and use it in GitHub Desktop.
Tachyons-style CSS classes for clearing floats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.cl { clear: left; } | |
.cr { clear: right; } | |
.cb { .clear: both; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment