Skip to content

Commit

Permalink
Include base and heading styles on playground page
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Feb 6, 2025
1 parent b34e480 commit 1aa38a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playgrounds/skeleton-core/src/pages/design/typography.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Layout from '@layouts/Layout.astro';
<div class="space-y-10">
<header><h1 class="h1">Typography</h1></header>
<!-- Sizes -->
<!-- <section class="space-y-4">
<section class="space-y-4">
<div class="text-9xl">text-9xl</div>
<div class="text-8xl">text-8xl</div>
<div class="text-7xl">text-7xl</div>
Expand All @@ -20,16 +20,16 @@ import Layout from '@layouts/Layout.astro';
<div class="text-base">text-base</div>
<div class="text-sm">text-sm</div>
<div class="text-xs">text-xs</div>
</section> -->
</section>
<!-- Headings -->
<!-- <section class="space-y-4">
<section class="space-y-4">
<h1 class="h1">Skeleton</h1>
<h2 class="h2">Skeleton</h2>
<h3 class="h3">Skeleton</h3>
<h4 class="h4">Skeleton</h4>
<h5 class="h5">Skeleton</h5>
<h6 class="h6">Skeleton</h6>
</section> -->
</section>
<!-- Paragraph -->
<section class="space-y-4">
<h2 class="h2">Paragraph</h2>
Expand Down

0 comments on commit 1aa38a1

Please sign in to comment.