Skip to content

Instantly share code, notes, and snippets.

@websanya
Created April 23, 2014 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websanya/11202691 to your computer and use it in GitHub Desktop.
Save websanya/11202691 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v)
// ----
@import "compass";
$supported-browsers: (safari, chrome, firefox);
.module {
@include pie-clearfix;
@include box-sizing;
}
.module {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.module:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment