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
02c7eae4
Commit
02c7eae4
authored
7 years ago
by
Herst
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Don't create empty columns in documentation
parent
d8a5147c
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 @
02c7eae4
...
@@ -46,11 +46,11 @@ All colors available in Bootstrap 4, available as Sass variables and a Sass map
...
@@ -46,11 +46,11 @@ All colors available in Bootstrap 4, available as Sass variables and a Sass map
<div
class=
"row"
>
<div
class=
"row"
>
{% for color in site.data.colors %}
{% for color in site.data.colors %}
{% unless color.name == "white" or color.name == "gray" or color.name == "gray-dark" %}
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
{% unless color.name == "white" or color.name == "gray" or color.name == "gray-dark" %}
<div
class=
"p-3 mb-3 swatch-{{ color.name }}"
>
{{ color.name | capitalize }}
</div>
<div
class=
"p-3 mb-3 swatch-{{ color.name }}"
>
{{ color.name | capitalize }}
</div>
{% endunless %}
</div>
</div>
{% endunless %}
{% endfor %}
{% endfor %}
</div>
</div>
...
...
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