Skip to content

Instantly share code, notes, and snippets.

@scottdavis
Created February 8, 2015 22:34
Show Gist options
  • Save scottdavis/a99a95537537539f5b43 to your computer and use it in GitHub Desktop.
Save scottdavis/a99a95537537539f5b43 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
@mixin foo($foo...) {
.foo {
baz : length($foo);
}
}
@include foo('bar', 'baz', 'cat', 'cow');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment