@@ -26,11 +26,57 @@ $footer-text-color: $white;
2626$sub-footer-background-color : darken ($primary , 10% );
2727$sub-footer-text-color : $white ;
2828
29- // Bootstrap
29+ // Bootstrap 5.3.2
30+
31+ // 1. Include Bootstrap functions first
32+ @import " bootstrap/functions" ;
33+
34+ // 2. Include our variable overrides here
3035@import " bootstrap-variables" ;
31- @import " bootstrap/bootstrap-reboot" ;
32- @import " bootstrap/bootstrap-grid" ;
33- // @import 'bootstrap/bootstrap'; // Uncomment this line to import the entire Bootstrap library
36+
37+ // 3. Include main bootstrap variables and functions
38+ @import " bootstrap/variables" ;
39+ @import " bootstrap/variables-dark" ;
40+ @import " bootstrap/maps" ;
41+ @import " bootstrap/mixins" ;
42+ @import " bootstrap/utilities" ;
43+
44+ // 4. Include optional Bootstrap components
45+ @import " bootstrap/root" ;
46+ @import " bootstrap/reboot" ;
47+ @import " bootstrap/type" ;
48+ @import " bootstrap/images" ;
49+ @import " bootstrap/containers" ;
50+ @import " bootstrap/grid" ;
51+ @import " bootstrap/tables" ;
52+ @import " bootstrap/forms" ;
53+ // @import "bootstrap/buttons";
54+ // @import "bootstrap/transitions";
55+ // @import "bootstrap/dropdown";
56+ // @import "bootstrap/button-group";
57+ // @import "bootstrap/nav";
58+ // @import "bootstrap/navbar";
59+ // @import "bootstrap/card";
60+ // @import "bootstrap/accordion";
61+ // @import "bootstrap/breadcrumb";
62+ // @import "bootstrap/pagination";
63+ // @import "bootstrap/badge";
64+ // @import "bootstrap/alert";
65+ // @import "bootstrap/progress";
66+ // @import "bootstrap/list-group";
67+ // @import "bootstrap/close";
68+ // @import "bootstrap/toasts";
69+ // @import "bootstrap/modal";
70+ // @import "bootstrap/tooltip";
71+ // @import "bootstrap/popover";
72+ // @import "bootstrap/carousel";
73+ // @import "bootstrap/spinners";
74+ // @import "bootstrap/offcanvas";
75+ // @import "bootstrap/placeholders";
76+
77+ // 5. Include Bootstrap helpers and utilities
78+ @import " bootstrap/helpers" ;
79+ @import " bootstrap/utilities/api" ;
3480
3581// Libraries
3682@import " libraries/hamburgers/hamburgers" ;
0 commit comments