Skip to content

Instantly share code, notes, and snippets.

@jordanthomas
Created July 9, 2014 18:13
Show Gist options
  • Save jordanthomas/0da737488e07c95e8db7 to your computer and use it in GitHub Desktop.
Save jordanthomas/0da737488e07c95e8db7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
li:first-child + li + li + li {
color: red;
}
li:first-child + li + li + li {
color: red;
}
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment