Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created February 2, 2016 14:24
Show Gist options
  • Save cimmanon/dc2cb9eca9c718bf4104 to your computer and use it in GitHub Desktop.
Save cimmanon/dc2cb9eca9c718bf4104 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
@mixin bleed($direction) {
margin-#{$direction}: 10px;
}
.foo {
@include bleed(left);
}
.foo {
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment