Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
846718e1
Commit
846718e1
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
call functions file in docs css
parent
10ddcc9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/scss/_content.scss
+3
-2
assets/scss/_content.scss
assets/scss/docs.scss
+1
-0
assets/scss/docs.scss
with
4 additions
and
2 deletions
+4
-2
assets/scss/_content.scss
+
3
-
2
View file @
846718e1
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
assets/scss/docs.scss
+
1
-
0
View file @
846718e1
...
...
@@ -24,6 +24,7 @@
// Happy Bootstrapping!
// Load Bootstrap variables and mixins
@import
"../../scss/functions"
;
@import
"../../scss/variables"
;
@import
"../../scss/mixins"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment