Skip to content

Commit

Permalink
chore: include color helper (#355)
Browse files Browse the repository at this point in the history
* chore: include color helper

* chore: adjust layout

* minor
  • Loading branch information
kaf-lamed-beyt committed Mar 17, 2023
1 parent 58a52be commit 02c92d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ footer {

& > div {
display: grid;
place-self: center;
place-self: start center;
place-items: center;
flex-basis: var(--size-content-1);
gap: var(--size-2);
Expand Down
5 changes: 5 additions & 0 deletions docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,11 @@ <h5>Angles</h5>
<dd><a href="https://www.npmjs.com/package/open-props">NPM</a></dd>
</div>

<div>
<dt>Showcase</dt>
<dd><a href="https://props-color-finder.netlify.app/" target="_blank">Color helper</a></dd>
</div>

<div>
<dt>Connect</dt>
<dd><a href="https://github.com/argyleink/open-props/">GitHub</a></dd>
Expand Down

0 comments on commit 02c92d4

Please sign in to comment.