Skip to content

Instantly share code, notes, and snippets.

@DarbyBrown
Created February 27, 2014 21:27
Show Gist options
  • Save DarbyBrown/9259915 to your computer and use it in GitHub Desktop.
Save DarbyBrown/9259915 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
.nav {
&-item {
margin: 1em;
&_last {
margin-right: 0;
}
}
}
.nav-item {
margin: 1em;
}
.nav-item_last {
margin-right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment