Skip to content

Commit

Permalink
Merge pull request #203 from digital-go-jp/develop
Browse files Browse the repository at this point in the history
merge develop into main
  • Loading branch information
johnykei authored Dec 10, 2024
2 parents f8fbb11 + dee14e6 commit 97468d0
Show file tree
Hide file tree
Showing 8 changed files with 4,979 additions and 4,795 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install @digital-go-jp/tailwind-theme-plugin

| Figma のバージョン | パッケージのバージョン |
| ------------------ | ---------------- |
| 2.0.4 | 0.2.1 |
| 2.0.4 | 0.2.2 |
| 2.0.3 | 0.2.0 |
| 2.0.2 | 0.1.17 |
| 2.0.1 | 0.1.16 |
Expand Down
8 changes: 8 additions & 0 deletions examples/src/radius/RadiusSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ export const RadiusSection = () => {
<div className={'h-32 w-32 bg-solid-gray-400 rounded-4'} />
<span className='text-dns-14N-130'>4px</span>
</div>
<div className='flex flex-col gap-2'>
<div className={'h-32 w-32 bg-solid-gray-400 rounded-6'} />
<span className='text-dns-14N-130'>6px</span>
</div>
<div className='flex flex-col gap-2'>
<div className={'h-32 w-32 bg-solid-gray-400 rounded-8'} />
<span className='text-dns-14N-130'>8px</span>
</div>
<div className='flex flex-col gap-2'>
<div className={'h-32 w-32 bg-solid-gray-400 rounded-12'} />
<span className='text-dns-14N-130'>12px</span>
</div>
<div className='flex flex-col gap-2'>
<div className={'h-32 w-32 bg-solid-gray-400 rounded-16'} />
<span className='text-dns-14N-130'>16px</span>
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind-theme-plugin/index.cjs.js

Large diffs are not rendered by default.

Loading

0 comments on commit 97468d0

Please sign in to comment.