feat(ui): LESS Integration

Tried to add less integration but came to the problem that node.js is needed for it to work
This commit is contained in:
LQ63
2025-10-27 22:01:55 +01:00
parent 03f1811ab4
commit 365f9757a2
4 changed files with 13 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
@color: red;
@background-image: url("/assets/images/img.png");