From c7b6f586552b00ec463f26c7a0f5213d73fdbc4a Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 1 Apr 2025 18:14:52 +0200 Subject: [PATCH] Watch for both scss files --- backend/watch_scss.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/watch_scss.nu b/backend/watch_scss.nu index 6219d89..53d8952 100644 --- a/backend/watch_scss.nu +++ b/backend/watch_scss.nu @@ -1 +1 @@ -sass -w scss/style.scss static/style.css \ No newline at end of file +sass --no-source-map -w scss/style_dark.scss:static/style_dark.css scss/style_light.scss:static/style_light.css -- 2.49.0