Skip to content

Commit

Permalink
Remove Divide docs (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Apr 5, 2024
1 parent 4d9f2c4 commit 4267454
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions sites/skeleton.dev/src/routes/(inner)/docs/tokens/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@
head: headings,
body: [['<code class="code">.decoration-[color]-[pairings]-token</code>', `${vColorsAll}<br>${vPairings}`, descPairings]]
};
const tableDivide: TableSource = {
head: headings,
// body: [['<code class="code">.divide-[color]-[pairings]-token</code>', `${vColorsAll}<br>${vPairings}`, descPairings + `\n` + ` <a class='anchor href='https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line' target="_blank">text-decoration-line</a>`]]
body: [
[
'<code class="code">.divide-[color]-[pairings]-token</code>',
`${vColorsAll}<br>${vPairings}`,
`\nImplements a <a class='anchor' href='https://tailwindcss.com/docs/text-decoration' target="_blank">text-decoration</a> color. ` +
descPairings
]
]
};
const tableMisc: TableSource = {
head: headings,
body: [
Expand Down Expand Up @@ -165,12 +153,6 @@
<h2 class="h2">Borders</h2>
<Table source={tableBorder} />
</section>
<!-- Divides -->
<section class="space-y-4">
<h2 class="h2">Divide</h2>
<p>Utility for controlling the border color between elements.</p>
<Table source={tableDivide} />
</section>
<!-- Fills -->
<section class="space-y-4">
<h2 class="h2">SVG Fill Color</h2>
Expand Down

0 comments on commit 4267454

Please sign in to comment.