mirror of
https://github.com/kennethreitz-archive/kcode.tmbundle.git
synced 2026-06-05 23:50:18 +00:00
documentation
This commit is contained in:
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user