Skip to content

Commit 405f566

Browse files
committed
Fix order error in import statements
1 parent 4b31394 commit 405f566

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/style.scss

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

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

611
$primary: #105f65 !default;
@@ -32,11 +37,6 @@ $sub-footer-text-color: #6b8298;
3237
// Enable proper CSS Grid
3338
$enable-cssgrid: true;
3439

35-
// Bootstrap 5.3.2
36-
37-
// 1. Include Bootstrap functions first
38-
@import "bootstrap/functions";
39-
4040
// 2. Include our variable overrides here
4141
@import "bootstrap-variables";
4242

0 commit comments

Comments
 (0)