From b8227713ea3355d913b966a7e63c76f8cc371478 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:16:23 +1300 Subject: [PATCH] update dev notes #337 --- dev_notes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev_notes.txt b/dev_notes.txt index fea7ef2a..e5064598 100644 --- a/dev_notes.txt +++ b/dev_notes.txt @@ -30,4 +30,5 @@ after changes to the files in app/translations/* are mode, they need to be compi pybabel compile -d app/translations -sass is used to compile .scss files into .css files. https://sass-lang.com/dart-sass/ +sass is used to compile .scss files into .css files. https://sass-lang.com/dart-sass/. Get the latest version of the +command line app from https://github.com/sass/dart-sass/releases/ as old versions produce slightly different output.