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
4cfe2281
Commit
4cfe2281
authored
7 years ago
by
Moris Zen Pasic
Committed by
Johann-S
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Changed hex values to follow bootstrap coding guidelines
parent
bc2db58b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/getting-started/options.md
+2
-2
docs/4.0/getting-started/options.md
with
2 additions
and
2 deletions
+2
-2
docs/4.0/getting-started/options.md
+
2
-
2
View file @
4cfe2281
...
@@ -12,8 +12,8 @@ Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can
...
@@ -12,8 +12,8 @@ Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can
{% highlight scss %}
{% highlight scss %}
// Your variable overwrite first or a Sass file containing the modifications
// Your variable overwrite first or a Sass file containing the modifications
$body-bg: #000
000
;
$body-bg: #000;
$body-color: #
ffffff
;
$body-color: #
111
;
// Then import Bootstrap
// Then import Bootstrap
@import "node_modules/bootstrap/scss/bootstrap";
@import "node_modules/bootstrap/scss/bootstrap";
...
...
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