Skip to content

Instantly share code, notes, and snippets.

@DarbyBrown
Created February 27, 2014 22:10
Show Gist options
  • Save DarbyBrown/9260678 to your computer and use it in GitHub Desktop.
Save DarbyBrown/9260678 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)
// ----
// I Want this functionality in Sass
.nav {
&-item {
font-size: 1em;
margin: 1em;
&_last {
@extend &;
margin-right: 0;
}
}
}
Can't extend &: can't extend parent selectors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment