Skip to content

Instantly share code, notes, and snippets.

@gr4y
Created February 6, 2012 13:45
Show Gist options
  • Save gr4y/1752168 to your computer and use it in GitHub Desktop.
Save gr4y/1752168 to your computer and use it in GitHub Desktop.
is there a css parent selector? the answer is: no.
/**
* is there a css parent selector? the answer is: no.
*/
$ul > li {
background: green;
}
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
<ul class="alist">
<li class="first">first item in the list</li>
<li>another item</a>
</ul>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment