Update package reference and clean up breakpoint syntax in SCSS
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DartSassBuilder" Version="1.1.0" />
|
||||
<PackageReference Include="AspNetCore.SassCompiler" Version="1.81.0" />
|
||||
<PackageReference Include="MailKit" Version="4.4.0" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user