Skip to content

Commit

Permalink
Merge pull request #6 from underground0930/css-to-tailwind
Browse files Browse the repository at this point in the history
アイテムの追加 : css to tailwind
  • Loading branch information
dninomiya authored May 24, 2024
2 parents 3ef98d6 + 83f3443 commit b15414a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 6 additions & 0 deletions data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,10 @@ export const allItems: Item[] = [
title: 'Haikei',
tags: ['available-for-commercial-use', 'free', 'generator', '.svg'],
},
{
id: 'css-to-tailwind',
href: 'https://hymhub.github.io/css-to-tailwind/',
title: 'Css To Tailwind',
tags: ['available-for-commercial-use', 'free', 'generator', '.css'],
},
] as const;
1 change: 1 addition & 0 deletions data/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const allTags = [
{ id: '.ai', label: '.ai' },
{ id: '.eps', label: '.eps' },
{ id: 'figma', label: 'Figma' },
{ id: '.css', label: '.css' },
] as const;

export type TagId = (typeof allTags)[number]['id'];
Expand Down
Binary file added public/images/css-to-tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b15414a

Please sign in to comment.