Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created July 14, 2014 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriseppstein/1b6f60672b6876bf51aa to your computer and use it in GitHub Desktop.
Save chriseppstein/1b6f60672b6876bf51aa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.0.rc.1)
// Compass (v1.0.0.alpha.20)
// ----
nav{
ul {
li {
$new-selector: append(nth(&, 1), unquote(".abc"));
@at-root #{$new-selector} {
color: pink;
}
}
}
}
nav ul li .abc {
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment