Skip to content

Instantly share code, notes, and snippets.

@micahgodbolt
Created July 14, 2014 21:37
Show Gist options
  • Save micahgodbolt/73c0da869b80153b3c60 to your computer and use it in GitHub Desktop.
Save micahgodbolt/73c0da869b80153b3c60 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), ".abc"); // replace ".abc" with a and it works
@at-root #{$new-selector} {
color: pink;
}
}
}
}
Invalid CSS after "nav ul li ": expected selector, was "".abc""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment