Created
December 16, 2014 14:16
-
-
Save badsyntax/61b28a0c9f804c483e8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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