Skip to content

Instantly share code, notes, and snippets.

@asimonok
Created November 16, 2015 10:10
Show Gist options
  • Save asimonok/e0581727fde494ad370a to your computer and use it in GitHub Desktop.
Save asimonok/e0581727fde494ad370a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@mixin box-sizing{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.block{
@include box-sizing;
}
.block {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment