0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

call functions file in docs css

This commit is contained in:
Mark Otto 2017-06-14 21:25:27 -07:00
parent 10ddcc9a7d
commit 846718e1a9
2 changed files with 4 additions and 2 deletions

View 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;

View File

@ -24,6 +24,7 @@
// Happy Bootstrapping!
// Load Bootstrap variables and mixins
@import "../../scss/functions";
@import "../../scss/variables";
@import "../../scss/mixins";