Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tf63/tailwind-exp


https://github.com/tf63/tailwind-exp

Last synced: 24 days ago
JSON representation

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/c0b573713734b9

Tailwind CSSを半年使い込んで分かった便利な点 + 最新動向
- https://qiita.com/Yuki_Oshima/items/708986d62ea3a773d6a5