Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9f18e8

Browse files
committed
headings
1 parent 0b6b1e5 commit d9f18e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/headings.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
</p>
1414

1515
<h1 class="c-heading c-heading--super">Super</h1>
16-
<pre class="c-pre html"><code class="c-code">&lt;h1 class="c-heading c-heading--super">Super&lt;/h1></code></pre>
16+
<pre class="c-pre html"><code class="c-code">&lt;Heading size="super">super&lt;/Heading></code></pre>
1717

1818
<h2 class="c-heading c-heading--xlarge">Extra Large</h2>
19-
<pre class="c-pre html"><code class="c-code">&lt;h2 class="c-heading c-heading--xlarge">Extra Large&lt;/h2></code></pre>
19+
<pre class="c-pre html"><code class="c-code">&lt;Heading size="xlarge">super&lt;/Heading></code></pre>
2020

2121
<h3 class="c-heading c-heading--large">Large</h3>
22-
<pre class="c-pre html"><code class="c-code">&lt;h3 class="c-heading c-heading--large">Large&lt;/h3></code></pre>
22+
<pre class="c-pre html"><code class="c-code">&lt;Heading size="large">super&lt;/Heading></code></pre>
2323

2424
<h4 class="c-heading c-heading--medium">Medium</h4>
25-
<pre class="c-pre html"><code class="c-code">&lt;h4 class="c-heading c-heading--medium">Medium&lt;/h4></code></pre>
25+
<pre class="c-pre html"><code class="c-code">&lt;Heading size="medium">super&lt;/Heading></code></pre>
2626

2727
<h5 class="c-heading c-heading--small">Small</h5>
28-
<pre class="c-pre html"><code class="c-code">&lt;h5 class="c-heading c-heading--small">Small&lt;/h5></code></pre>
28+
<pre class="c-pre html"><code class="c-code">&lt;Heading size="small">super&lt;/Heading></code></pre>
2929

3030
<h6 class="c-heading c-heading--xsmall">Extra Small</h6>
31-
<pre class="c-pre html"><code class="c-code">&lt;h6 class="c-heading c-heading--xsmall">Extra Small&lt;/h6></code></pre>
31+
<pre class="c-pre html"><code class="c-code">&lt;Heading size="xsmall">super&lt;/Heading></code></pre>

0 commit comments

Comments
 (0)