We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27786b5 commit 0ca9079Copy full SHA for 0ca9079
build/index.html
@@ -474,7 +474,7 @@ <h2 class='title'>Without arguments</h2>
474
</div>
475
<div class='row mixin'>
476
<header>
477
- <h3>last-child</h3>
+ <h3>first-child</h3>
478
</header>
479
<pre><code><span class="param"> @include</span> first-child()
</code></pre>
480
<ul class='first-child'>
source/layouts/partials/_demo.html.haml
@@ -419,7 +419,7 @@
419
%h2.title Without arguments
420
%div.row.mixin
421
%header
422
- %h3 last-child
+ %h3 first-child
423
%pre
424
%code
425
:preserve
0 commit comments