Skip to content

Instantly share code, notes, and snippets.

@matthew-andrews
Created February 14, 2014 16:01
Show Gist options
  • Save matthew-andrews/9003624 to your computer and use it in GitHub Desktop.
Save matthew-andrews/9003624 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// ----
// Works only in sass 3.3 (not yet released)
.ui-list {
color: red;
&__item {
color: green;
}
}
.ui-list {
color: red;
}
.ui-list__item {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment