Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: include color helper #355

Merged
merged 3 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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