Skip to content

Instantly share code, notes, and snippets.

@peduarte
Created January 22, 2016 13:46
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 peduarte/38f58dbb4f5262443fd6 to your computer and use it in GitHub Desktop.
Save peduarte/38f58dbb4f5262443fd6 to your computer and use it in GitHub Desktop.
@mixin tt-span($pattern) {
width: span($pattern);
// For no flex browsers...
.#{$no-flex} & {
float: left;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment