We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b31394 commit 405f566Copy full SHA for 405f566
assets/css/style.scss
@@ -1,6 +1,11 @@
1
---
2
3
4
+// Bootstrap 5.3.2
5
+
6
+// 1. Include Bootstrap functions first
7
+@import "bootstrap/functions";
8
9
// Colors
10
11
$primary: #105f65 !default;
@@ -32,11 +37,6 @@ $sub-footer-text-color: #6b8298;
32
37
// Enable proper CSS Grid
33
38
$enable-cssgrid: true;
34
39
35
-// Bootstrap 5.3.2
36
-
-// 1. Include Bootstrap functions first
-@import "bootstrap/functions";
40
// 2. Include our variable overrides here
41
@import "bootstrap-variables";
42
0 commit comments