We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc8ddf commit 933ce14Copy full SHA for 933ce14
src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss
@@ -1,4 +1,9 @@
1
-// Import all of Bootstrap scss
+// IMPORTANT: our Bootstrap variable overrides must be imported before the
2
+// Bootstrap files that reference those variables; otherwise our overrides will
3
+// have no effect.
4
+@import "variables/bootstrap";
5
+
6
+// Import all of Bootstrap scss.
7
@import "~bootstrap/scss/bootstrap";
8
9
// Import FontAwesome from _node_modules
@@ -8,7 +13,6 @@
13
@import "~@fortawesome/fontawesome-free/scss/brands";
14
10
15
// Variables
11
-@import "variables/bootstrap";
12
16
@import "variables/layout";
17
@import "variables/fonts";
18
@import "variables/icons";
0 commit comments