Skip to content

Instantly share code, notes, and snippets.

@irunatbullets
Created May 30, 2014 02:12
Show Gist options
  • Select an option

  • Save irunatbullets/73c2886ec1eea3e85ed8 to your computer and use it in GitHub Desktop.

Select an option

Save irunatbullets/73c2886ec1eea3e85ed8 to your computer and use it in GitHub Desktop.
Extend only clearfix
// Clearfix - extend only
// ============================================================================
%clearfix {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
@include has-layout;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment