documentation

This commit is contained in:
Kenneth Reitz
2010-05-04 21:37:44 -04:00
parent dde001160a
commit 12e32e8559
+4 -4
View File
@@ -5,12 +5,12 @@ Anyone who hasn't been living under a rock for the past 5 months has seen the Ze
Usage
-----
`#header > ul > li < p{Footer}` expands to:
`#header > ul#nav > li.small*2 < p{Footer}` expands to:
<!-- The < symbol goes back up the parent; i.e., the opposite of >. -->
<div id="header">
<ul>
<li></li>
<ul id="nav">
<li class="small"></li>
<li class="small"></li>
</ul>
<p>Footer</p>
</div>