Skip to content

Commit

Permalink
Merge pull request #187 from digital-go-jp/feature/update-examples
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
johnykei authored Nov 20, 2024
2 parents 9f29d8a + bdf33cc commit ff107c6
Show file tree
Hide file tree
Showing 8 changed files with 7,492 additions and 343 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## セットアップ

```
sh setup.sh
$ npm install
```

## 実行

```
npm run dev
$ npm run dev
```
522 changes: 199 additions & 323 deletions examples/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@biomejs/biome": "^1.9.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
13 changes: 0 additions & 13 deletions examples/setup.sh

This file was deleted.

1 change: 1 addition & 0 deletions examples/tailwind-theme-plugin/index.cjs.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions examples/tailwind-theme-plugin/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare const daPlugin: {
handler: import("tailwindcss/types/config").PluginCreator;
config?: Partial<import("tailwindcss/types/config").Config>;
};
export default daPlugin;
Loading

0 comments on commit ff107c6

Please sign in to comment.