From 7366f7ba621cfcaba224ac3a60876456e27d26d1 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:25:32 -0500 Subject: [PATCH] listen for css changes --- doordesk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doordesk/Cargo.toml b/doordesk/Cargo.toml index e1d0b0b..feb6fc2 100644 --- a/doordesk/Cargo.toml +++ b/doordesk/Cargo.toml @@ -49,7 +49,7 @@ site-root = "target/site" site-pkg-dir = "pkg" # [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to //app.css -# style-file = "style/main.scss" +style-file = "style/tailwind.css" # The tailwind input file. #