Skip to content

Instantly share code, notes, and snippets.

@jasonrhodes
Created May 29, 2014 20:49
Show Gist options
  • Save jasonrhodes/bc927eba2b2b06369c51 to your computer and use it in GitHub Desktop.
Save jasonrhodes/bc927eba2b2b06369c51 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
@mixin thing($ratio) {
// want to be able to split $ratio and get 1 and 3
// back as numbers to use
}
.cool {
@include thing(1 of 3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment