Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created January 25, 2016 13:09
Show Gist options
  • Save cimmanon/c782373ab556e378b13e to your computer and use it in GitHub Desktop.
Save cimmanon/c782373ab556e378b13e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
.foo {
border: {
right: 0;
@each $side in (top, bottom) {
#{$side}: {
left: {
radius: 5px;
}
}
}
}
}
.foo {
border-right: 0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment