mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
call functions file in docs css
This commit is contained in:
parent
10ddcc9a7d
commit
846718e1a9
@ -6,8 +6,9 @@
|
|||||||
|
|
||||||
.bd-content {
|
.bd-content {
|
||||||
// Hack the sticky header
|
// Hack the sticky header
|
||||||
h2[id],
|
> h2[id],
|
||||||
h3[id] {
|
> h3[id],
|
||||||
|
> h4[id] {
|
||||||
&::before {
|
&::before {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
// Happy Bootstrapping!
|
// Happy Bootstrapping!
|
||||||
|
|
||||||
// Load Bootstrap variables and mixins
|
// Load Bootstrap variables and mixins
|
||||||
|
@import "../../scss/functions";
|
||||||
@import "../../scss/variables";
|
@import "../../scss/variables";
|
||||||
@import "../../scss/mixins";
|
@import "../../scss/mixins";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user