Link to tailwind trunk example to CSS docs (#3384)

* Update css.mdx

Added how to use tailwind css with yew

* Added how to use tailwind css with trunk on website docs

* ran prettier

* minor fix
This commit is contained in:
Sahil Upasane 2023-09-02 15:06:30 +05:30 committed by GitHub
parent d469d4dcbe
commit 6b9d1964eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ projects. A few are given below:
#### Styling Solutions
- [stylist](https://github.com/futursolo/stylist-rs) - A CSS-in-Rust styling solution for WebAssembly Applications.
- [tailwind-css](https://github.com/thedodd/trunk/tree/master/examples/yew-tailwindcss) - Tailwind Utility Classes.
:::important contribute
If you're developing a project adding styles to Yew please submit a PR adding yourself to this list!