Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created December 16, 2014 14:16
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 badsyntax/61b28a0c9f804c483e8a to your computer and use it in GitHub Desktop.
Save badsyntax/61b28a0c9f804c483e8a to your computer and use it in GitHub Desktop.
.fix {
padding: rem(10px) $gutterMargin;
// We revert to using content-box and calc() as IE11 will ignore the border-box
// box model when calculating the flex-basis width.
box-sizing: content-box;
@include flex-basis(calc(33.3333% - (#{$gutterMargin} * 2)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment