Skip to content

Commit 08c7281

Browse files
committed
Fix possible build issue with css
1 parent 3d5d7f1 commit 08c7281

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

assets/css/style.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
---
33

4+
// Bootstrap 5.3.2
5+
6+
// 1. Include Bootstrap functions first
7+
@import "bootstrap/functions";
8+
9+
410
// Colors
511

612
$primary: #105f65 !default;
@@ -32,10 +38,6 @@ $sub-footer-text-color: #6b8298;
3238
// Enable proper CSS Grid
3339
$enable-cssgrid: true;
3440

35-
// Bootstrap 5.3.2
36-
37-
// 1. Include Bootstrap functions first
38-
@import "bootstrap/functions";
3941

4042
// 2. Include our variable overrides here
4143
@import "bootstrap-variables";

0 commit comments

Comments
 (0)