From ad023f1db175a4acc75b4d0b1cb05aad64244d25 Mon Sep 17 00:00:00 2001 From: Jonathan Gamble <101470903+schlawg@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:00:32 -0600 Subject: [PATCH 1/3] Update README.md --- ui/common/css/theme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/common/css/theme/README.md b/ui/common/css/theme/README.md index 32a0f6ce966ad..02864bc462d4b 100644 --- a/ui/common/css/theme/README.md +++ b/ui/common/css/theme/README.md @@ -117,7 +117,7 @@ from the $c-font and $c-bg colors you defined in the theme file. same as before ``` -ui/build -r +ui/build -w ``` watch mode should keep everything in sync for you, but you might need to restart if From afd3e134077c787a96ccd0614667e5149d033508 Mon Sep 17 00:00:00 2001 From: Jonathan Gamble <101470903+schlawg@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:40:50 -0600 Subject: [PATCH 2/3] Update README.md --- ui/common/css/theme/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ui/common/css/theme/README.md b/ui/common/css/theme/README.md index 02864bc462d4b..f23ea02ac3167 100644 --- a/ui/common/css/theme/README.md +++ b/ui/common/css/theme/README.md @@ -1,13 +1,4 @@ -# IMPORTANT - -### If you're just seeing this for the first time, you probably want to run: - -``` -ui/build --update --clean -``` - -`--update` tells ui/build, which has recently acquired new capabilities, to update itself. -`--clean` tells it to clean up the mess it made last time. +### notes on color themes ## css variables vs scss variables From 17f3d89f1e1efc1d635c66322ea2807b68f7bea6 Mon Sep 17 00:00:00 2001 From: Jonathan Gamble <101470903+schlawg@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:41:15 -0600 Subject: [PATCH 3/3] last one --- ui/common/css/theme/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/common/css/theme/README.md b/ui/common/css/theme/README.md index f23ea02ac3167..f040e5797f659 100644 --- a/ui/common/css/theme/README.md +++ b/ui/common/css/theme/README.md @@ -1,5 +1,3 @@ -### notes on color themes - ## css variables vs scss variables - scss variables start with $ (dollar sign) and are compile-time macros. when the css is