Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created March 4, 2014 19:40
Show Gist options
  • Save rightfold/f539934011d1f7b4f663 to your computer and use it in GitHub Desktop.
Save rightfold/f539934011d1f7b4f663 to your computer and use it in GitHub Desktop.
@mixin fl-row
display: flex
@mixin fl-col($width, $gap)
flex-basis: $gap * ($width - 1) * 2
flex-grow: $width
&:not(:first-child)
margin-left: $gap
&:not(:last-child)
margin-right: $gap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment