Feat: Allowed hosts configuration

This commit is contained in:
MangoPig
2026-06-14 15:23:14 +01:00
parent a75293fce4
commit 4c219c0084
3 changed files with 17 additions and 26 deletions

View File

@@ -1,5 +0,0 @@
/* Path: Frontend/src/styles/tools/_functions.scss */
@function rem($pixels, $base: 16) {
@return ($pixels / $base) * 1rem;
}