Skip to content

Instantly share code, notes, and snippets.

@ludofischer
Created January 31, 2016 12:39
Show Gist options
  • Save ludofischer/aaa19ce0360cb1d3706a to your computer and use it in GitHub Desktop.
Save ludofischer/aaa19ce0360cb1d3706a to your computer and use it in GitHub Desktop.
Tachyons-style CSS classes for clearing floats
.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