documentation

This commit is contained in:
Kenneth Reitz
2010-05-04 21:39:30 -04:00
parent 2a510b4c17
commit 6158c2755f
+3 -2
View File
@@ -5,14 +5,15 @@ Anyone who hasn't been living under a rock for the past 5 months has seen the Ze
Usage
-----
`#header > ul#nav > li.small*2 < p{Footer}` expands to:
`#header > ul#nav > li.small*2 < h1{Page Title} + p{lorem ipsum}` expands to:
<div id="header">
<ul id="nav">
<li class="small"></li>
<li class="small"></li>
</ul>
<p>Footer</p>
<h1>Page Title</h1>
<p>lorem ipsum</p>
</div>