{% capture content %} {% assign anchor_name = include.anchor_name | default: 'Variables' %} {% assign tab = include.tab | default: page.doc-tab %} {% assign subtab = include.subtab | default: page.doc-subtab %} {% assign type = include.type | default: tab %} {% assign data = include.data | default: site.data.variables[tab][subtab] %} {% assign variables = include.variables | default: data.list %} {% assign table_class = include.table_class | default: 'is-bordered' %} {% if include.custom_message %} {{ include.custom_message }} {% else %} {% assign variables_link_text = "these variables" %} {% capture variables_link %} {% if data.file_path %} {{ variables_link_text }} {% else %} {{ variables_link_text }} {% endif %} {% endcapture %} You can use {{ variables_link | strip }} to customize this {{ type }}. Simply set one or multiple of these variables before importing Bulma. Learn how. {% endif %} {% endcapture %} {% include elements/anchor.html name=anchor_name %}

{{ content | strip }}

{% if include.variables_keys %} {% for key in include.variables_keys %} {% if include.responsiveness_variables %} {% assign variable = site.data.variables.utilities.initial-variables.by_name[key] %} {% include elements/variable-row.html variable=variable %} {% else %} {% assign variable = site.data.variables.elements.form.by_name[key] %} {% include elements/variable-row.html variable=variable %} {% endif %} {% endfor %} {% else %} {% for variable_name in variables %} {% assign variable = data.by_name[variable_name] %} {% include elements/variable-row.html variable=variable %} {% endfor %} {% endif %}
Name Type Default value Computed value
Name Type Default value Computed value