Skip to content

Commit

Permalink
chore(list): removed <ol> docs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBlue committed Nov 22, 2024
1 parent dfda4a0 commit 3cd9917
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions src/modules/list.marko
Original file line number Diff line number Diff line change
Expand Up @@ -677,65 +677,6 @@
</div>
</highlight-code>

<h3 id="list-default">
Ordered list
</h3>
<div class="demo">
<div class="demo__inner">
<div class="list">
<ol>
<li>
<div>
<span class="list__body">
Text 1
</span>
</div>
</li>
<li>
<div>
<span class="list__body">
Text 2
</span>
</div>
</li>
<li>
<div>
<span class="list__body">
Text 3
</span>
</div>
</li>
</ol>
</div>
</div>
</div>
<highlight-code type="html">
<div class="list">
<ol>
<li>
<div>
<span class="list__body">
Text 1
</span>
</div>
</li>
<li>
<div>
<span class="list__body">
Text 2
</span>
</div>
</li>
<li>
<div>
<span class="list__body">
Text 3
</span>
</div>
</li>
</ol>
</div>
</highlight-code>
</div>
export const metadata = {
"ds-component": {
Expand Down

0 comments on commit 3cd9917

Please sign in to comment.