Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created August 12, 2013 20:06
Show Gist options
  • Select an option

  • Save babsgosgens/6214609 to your computer and use it in GitHub Desktop.

Select an option

Save babsgosgens/6214609 to your computer and use it in GitHub Desktop.
@mixin reset-box-sizing {
@include box-sizing(border-box);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment