Skip to content

Instantly share code, notes, and snippets.

@sturobson
Created February 28, 2014 10:44
Show Gist options
  • Save sturobson/9268952 to your computer and use it in GitHub Desktop.
Save sturobson/9268952 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
.nav {
&.thing {
color: red;
}
}
.nav {
&--thing {
color: red;
}
}
Invalid CSS after " &-": expected number or function, was "-thing {"
@vicainelli
Copy link

Dude, you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment