]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
call functions file in docs css
authorMark Otto <markdotto@gmail.com>
Thu, 15 Jun 2017 04:25:27 +0000 (21:25 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 15 Jun 2017 04:25:27 +0000 (21:25 -0700)
assets/scss/_content.scss
assets/scss/docs.scss

index 9e6795dbed5d4efa2872bba9396472f0e6533938..e617b8b5b2f4bb2518fe9eae48401f88b586f05e 100644 (file)
@@ -6,8 +6,9 @@
 
 .bd-content {
   // Hack the sticky header
-  h2[id],
-  h3[id] {
+  > h2[id],
+  > h3[id],
+  > h4[id] {
     &::before {
       position: relative;
       z-index: -1;
index a8532f554cf07f9e60eca394175c4519dba6e84b..0991d5bdf6a40687d860e894d40b133746f809f9 100644 (file)
@@ -24,6 +24,7 @@
 // Happy Bootstrapping!
 
 // Load Bootstrap variables and mixins
+@import "../../scss/functions";
 @import "../../scss/variables";
 @import "../../scss/mixins";