Skip to content

Instantly share code, notes, and snippets.

@birkmarcus
Created September 18, 2014 16:59
Show Gist options
  • Save birkmarcus/842453cf97e6d1e5b602 to your computer and use it in GitHub Desktop.
Save birkmarcus/842453cf97e6d1e5b602 to your computer and use it in GitHub Desktop.
Add Clearfix / Class
$(document).ready(function() {
//Build your CSS.
$( '.l-main' ).addClass( 'clearfix' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment