Skip to content

Commit 0ca9079

Browse files
committed
Fix #56
1 parent 27786b5 commit 0ca9079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h2 class='title'>Without arguments</h2>
474474
</div>
475475
<div class='row mixin'>
476476
<header>
477-
<h3>last-child</h3>
477+
<h3>first-child</h3>
478478
</header>
479479
<pre><code><span class="param"> @include</span> first-child()&#x000A;</code></pre>
480480
<ul class='first-child'>

source/layouts/partials/_demo.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
%h2.title Without arguments
420420
%div.row.mixin
421421
%header
422-
%h3 last-child
422+
%h3 first-child
423423
%pre
424424
%code
425425
:preserve

0 commit comments

Comments
 (0)