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
b72bd051
Commit
b72bd051
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
document new text color utils
parent
3417c54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/utilities/colors.md
+3
-0
docs/4.0/utilities/colors.md
with
3 additions
and
0 deletions
+3
-0
docs/4.0/utilities/colors.md
+
3
-
0
View file @
b72bd051
...
@@ -11,8 +11,11 @@ toc: true
...
@@ -11,8 +11,11 @@ toc: true
{% capture example %}
{% capture example %}
{% for color in site.data.theme-colors %}
{% for color in site.data.theme-colors %}
<p
class=
"text-{{ color.name }}{% if color.name == "
light
"
%}
bg-dark
{%
endif
%}"
>
.text-{{ color.name }}
</p>
{% endfor %}
<p
class=
"text-{{ color.name }}{% if color.name == "
light
"
%}
bg-dark
{%
endif
%}"
>
.text-{{ color.name }}
</p>
{% endfor %}
<p
class=
"text-body"
>
.text-body
</p>
<p
class=
"text-muted"
>
.text-muted
</p>
<p
class=
"text-muted"
>
.text-muted
</p>
<p
class=
"text-white bg-dark"
>
.text-white
</p>
<p
class=
"text-white bg-dark"
>
.text-white
</p>
<p
class=
"text-black-50"
>
.text-black-50
</p>
<p
class=
"text-white-50 bg-dark"
>
.text-white-50
</p>
{% endcapture %}
{% endcapture %}
{% include example.html content=example %}
{% include example.html content=example %}
...
...
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