From 6b9d1964eb3846931f5e46cb522c04691117609f Mon Sep 17 00:00:00 2001 From: Sahil Upasane <110289934+404salad@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:06:30 +0530 Subject: [PATCH] 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 --- website/docs/more/css.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/more/css.mdx b/website/docs/more/css.mdx index 519c047c5..b1d07f46a 100644 --- a/website/docs/more/css.mdx +++ b/website/docs/more/css.mdx @@ -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!