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