feat: css to scss

This commit is contained in:
2025-08-22 21:44:31 +03:00
parent 335574864d
commit 5a7cf7ce1b
4 changed files with 475 additions and 466 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
from os import path, listdir
from os import path, listdir, system
from datetime import date
from configparser import ConfigParser
@@ -18,6 +18,9 @@ from flask import (
app = Flask(__name__)
if app.debug:
system("sass static/style.scss static/style.css")
# ---------- LOCALES FUNCTIONS -----------------------------------------------