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 3d5d7f1 commit 08c7281Copy full SHA for 08c7281
assets/css/style.scss
@@ -1,6 +1,12 @@
1
---
2
3
4
+// Bootstrap 5.3.2
5
+
6
+// 1. Include Bootstrap functions first
7
+@import "bootstrap/functions";
8
9
10
// Colors
11
12
$primary: #105f65 !default;
@@ -32,10 +38,6 @@ $sub-footer-text-color: #6b8298;
32
38
// Enable proper CSS Grid
33
39
$enable-cssgrid: true;
34
40
35
-// Bootstrap 5.3.2
36
-
37
-// 1. Include Bootstrap functions first
-@import "bootstrap/functions";
41
42
// 2. Include our variable overrides here
43
@import "bootstrap-variables";
0 commit comments