coinbase / onchainkit

React components and TypeScript utilities to help you build top-tier onchain apps.
https://onchainkit.xyz
MIT License
430 stars 84 forks source link

fix: update tailwind integration #636

Closed kyhyco closed 4 weeks ago

kyhyco commented 4 weeks ago

What changed? Why?

Notes to reviewers To test tailwind.css or styles.css, you need to run yarn dev --clean to run the doc site.

Otherwise, it may use a previous css cache which may give you the wrong result.

How has it been tested? locally

kyhyco commented 4 weeks ago

I am gonna try a different approach here