Skip to content

Instantly share code, notes, and snippets.

@Razenbull
Last active August 29, 2015 14:15
Show Gist options
  • Save Razenbull/3d2a6b0e8f3adc0aefd7 to your computer and use it in GitHub Desktop.
Save Razenbull/3d2a6b0e8f3adc0aefd7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment