feat(uti): Refactor styling
[csit.git] / resources / tools / dash / app / config.py
index 76f6641..c927c3c 100644 (file)
@@ -21,11 +21,6 @@ class Config:
     FLASK_APP = "wsgi.py"
     FLASK_ENV = "production"
 
-    # Assets
-    LESS_BIN = "/usr/local/bin/lessc"
-    ASSETS_DEBUG = "False"
-    LESS_RUN_IN_DEBUG = "False"
-
     # Static Assets
     STATIC_FOLDER = "static"
     TEMPLATES_FOLDER = "templates"