Reactive updating of related time

This commit is contained in:
2026-02-07 16:53:40 +03:00
parent db11fabe1a
commit 0edf6e35d7
8 changed files with 101 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join
def compile_styles():
dir = "blueprints/root/static/style"
files = ("main",)
files = ("main", "tw")
for file in files:
console(f"sass {join(dir, file+'.scss')} {join(dir, file+'.css')}")