feat: css to scss
This commit is contained in:
@@ -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 -----------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user