From d6ce8fe08347b3a754497d94a1b4233e81043e33 Mon Sep 17 00:00:00 2001 From: Sylvain Tremblay Date: Tue, 25 Jul 2023 12:55:59 -0400 Subject: [PATCH] Add tailwind command to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 426f5a5..308bf26 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ to go to your newly created project. Of course you should explore around the project structure, but the best place to start with your application code is in `src/app.rs`. +## Building CSS + +`npx tailwindcss -i src/style/main.css -o target/style/main.css` + ## Running your project `cargo leptos watch`