[bugfix] bootstrap overrides must come before loading bootstrap

This commit is contained in:
2026-03-05 12:14:00 -05:00
parent 4ec64dca18
commit 58e0acf462

View File

@@ -1,16 +1,6 @@
@import "_bootstrap";
/* --------------------------------------------------
Root Variables
Bootstrap overrides
-------------------------------------------------- */
:root {
--total: 11; /* Number of items in the energy wheel */
--radius: 40px; /* Circle radius */
}
html {
scroll-behavior: smooth;
}
$grid-breakpoints: (
xs: 0,
@@ -31,6 +21,22 @@ $container-max-widths: (
xxxl: 1840px
) !default;
@import "_bootstrap";
/* --------------------------------------------------
Root Variables
-------------------------------------------------- */
:root {
--total: 11; /* Number of items in the energy wheel */
--radius: 40px; /* Circle radius */
}
html {
scroll-behavior: smooth;
}
/* --------------------------------------------------
Layout
-------------------------------------------------- */