From 2bf70606fc62c989973f84f2961df2d42d7f9c04 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 22 Mar 2025 16:24:41 -0600 Subject: Better layout styling --- develop-watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop-watch.sh') diff --git a/develop-watch.sh b/develop-watch.sh index 0b93216..bea5d6a 100755 --- a/develop-watch.sh +++ b/develop-watch.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash tmux \ new-session 'cargo leptos watch' \; \ - split-window -h 'stylance --watch --output-file ./style.css .' + split-window -h 'stylance --watch .' -- cgit 1.4.1