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
04298fcd
Commit
04298fcd
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
quote those to match source code
parent
201303a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/getting-started/theming.md
+13
-13
docs/4.0/getting-started/theming.md
with
13 additions
and
13 deletions
+13
-13
docs/4.0/getting-started/theming.md
+
13
-
13
View file @
04298fcd
...
...
@@ -86,8 +86,8 @@ For example, to modify an existing color in our `$theme-colors` map, add the fol
{% highlight scss %}
$theme-colors: (
primary: $red,
danger: $orange
"
primary
"
: $red,
"
danger
"
: $orange
);
{% endhighlight %}
...
...
@@ -186,17 +186,17 @@ Within `_variables.scss`, you'll find our color variables and Sass map. Here's a
{% highlight scss %}
$colors: (
red: $red,
orange: $orange,
yellow: $yellow,
green: $green,
teal: $teal,
blue: $blue,
pink: $pink,
purple: $purple,
white: $white,
gray: $gray-600,
gray-dark: $gray-900
"
red
"
: $red,
"
orange
"
: $orange,
"
yellow
"
: $yellow,
"
green
"
: $green,
"
teal
"
: $teal,
"
blue
"
: $blue,
"
pink
"
: $pink,
"
purple
"
: $purple,
"
white
"
: $white,
"
gray
"
: $gray-600,
"
gray-dark
"
: $gray-900
) !default;
{% endhighlight %}
...
...
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