Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tf63/tailwind-exp
https://github.com/tf63/tailwind-exp
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf63/tailwind-exp
- Owner: tf63
- Created: 2024-04-05T01:51:30.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-04T15:04:11.000Z (6 months ago)
- Last Synced: 2024-05-05T14:51:36.111Z (6 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailwindcssで遊ぶ
### config
https://tailwindcss.com/docs/configuration### 備考 Reactへのtailwindcssの導入
https://qiita.com/y_kato_eng/items/439dae65ba13d050c91e
```
# ライブラリのインストール
pnpm install -D tailwindcss postcss autoprefixer
# init
pnpx tailwindcss init -p
```### 参考
Tailwind CSS 入門と実践
- https://zenn.dev/yohei_watanabe/books/c0b573713734b9Tailwind CSSを半年使い込んで分かった便利な点 + 最新動向
- https://qiita.com/Yuki_Oshima/items/708986d62ea3a773d6a5