[bugfix] bootstrap overrides must come before loading bootstrap
This commit is contained in:
@@ -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
|
||||
-------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user