Skip to content

Instantly share code, notes, and snippets.

@imrexhuang
Created July 23, 2014 14:20
Show Gist options
  • Save imrexhuang/53a2c02ec7bcd2869204 to your computer and use it in GitHub Desktop.
Save imrexhuang/53a2c02ec7bcd2869204 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
$defined-bs-type: sausages !default;
@mixin bs($bs-type: $defined-bs-type) {
-webkit-box-sizing: $bs-type;
-moz-box-sizing: $bs-type;
box-sizing: $bs-type;
}
*{
@include bs;
}
* {
-webkit-box-sizing: sausages;
-moz-box-sizing: sausages;
box-sizing: sausages;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment