From c9d46be19613752eafd700413c460558c692a28c Mon Sep 17 00:00:00 2001 From: "a.beging@eas-solutions.de" Date: Tue, 21 Apr 2026 08:00:30 +0200 Subject: [PATCH] Update package reference and clean up breakpoint syntax in SCSS --- FoodsharingSiegen.Server/FoodsharingSiegen.Server.csproj | 2 +- FoodsharingSiegen.Server/wwwroot/css/_utilities.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FoodsharingSiegen.Server/FoodsharingSiegen.Server.csproj b/FoodsharingSiegen.Server/FoodsharingSiegen.Server.csproj index 9b58eac..f58b376 100644 --- a/FoodsharingSiegen.Server/FoodsharingSiegen.Server.csproj +++ b/FoodsharingSiegen.Server/FoodsharingSiegen.Server.csproj @@ -28,7 +28,7 @@ - + diff --git a/FoodsharingSiegen.Server/wwwroot/css/_utilities.scss b/FoodsharingSiegen.Server/wwwroot/css/_utilities.scss index 4be8f54..593c23b 100644 --- a/FoodsharingSiegen.Server/wwwroot/css/_utilities.scss +++ b/FoodsharingSiegen.Server/wwwroot/css/_utilities.scss @@ -1,9 +1,9 @@ // Breakpoints matching typical Bootstrap breakpoints $breakpoints: ( - "sm": 576px, - "md": 768px, - "lg": 992px, - "xl": 1200px + sm: 576px, + md: 768px, + lg: 992px, + xl: 1200px ); // Spacer values (1 to 5) mapped to rem