adds table-container to colors, functions, mixins, and variables tables

This commit is contained in:
Spencer Kordecki
2018-10-02 22:52:12 -04:00
committed by Jeremy Thomas
parent a531ea2758
commit 57808aebab
4 changed files with 333 additions and 321 deletions

View File

@@ -72,14 +72,16 @@ breadcrumb:
</p>
</div>
<table class="table is-bordered">
<tbody>
{% for variable_name in initial_variables.list %}
{% assign variable = initial_vars[variable_name] %}
{% include elements/variable-row.html variable=variable hide_computed =true%}
{% endfor %}
<tbody>
</table>
<div class="table-container">
<table class="table is-bordered">
<tbody>
{% for variable_name in initial_variables.list %}
{% assign variable = initial_vars[variable_name] %}
{% include elements/variable-row.html variable=variable hide_computed =true%}
{% endfor %}
<tbody>
</table>
</div>
{% capture custom_message %}
These are <a href="https://github.com/jgthms/bulma/blob/master/sass/{{ derived_variables.file_path }}" target="_blank" rel="nofollow">variables</a> with a value that <strong>references</strong> another variable.