Skip to content

Commit

Permalink
feat: update to tailwind css v4 colors
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLuciano committed Feb 2, 2025
1 parent 3cd3d43 commit f87de26
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 230 deletions.
5 changes: 4 additions & 1 deletion public/swatches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,16 @@ <h1 style="flex-wrap: wrap;">
<div class="badge primary none bold">From Tailwindcss</div>
</h1>
<div class="max"></div>
<a href="https://tailwindcss.com/docs/customizing-colors" class="button transparent small-round vertical">
<a href="https://tailwindcss.com/docs/colors" class="button transparent small-round vertical">
<i>open_in_new</i>
<span>source</span>
</a>
</nav>
</header>
<div class="space"></div>
<p class="large-text" style="text-wrap: balance">
Tailwind CSS includes a vast, beautiful color palette out of the box, carefully crafted by expert designers and suitable for a wide range of different design styles.
</p>

<template x-for="[name, set] in Object.entries(swatches)" :key="name">
<div>
Expand Down
Loading

0 comments on commit f87de26

Please sign in to comment.