mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Remove trailing whitespaces (#1505)
This commit is contained in:
committed by
Jeremy Thomas
parent
85dbf10363
commit
a99dede908
@@ -9,7 +9,7 @@ The documentation HTML is produced with the Ruby-based `jekyll` tool.
|
|||||||
|
|
||||||
Then to view the documentation in your local checkout:
|
Then to view the documentation in your local checkout:
|
||||||
|
|
||||||
1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git.
|
1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git.
|
||||||
1. In a separate shell session, `cd` to the `docs/` directory, and do:
|
1. In a separate shell session, `cd` to the `docs/` directory, and do:
|
||||||
```
|
```
|
||||||
jekyll serve --incremental --config _config.local.yml
|
jekyll serve --incremental --config _config.local.yml
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ variables_keys:
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include anchor.html name="Breakpoints" %}
|
{% include anchor.html name="Breakpoints" %}
|
||||||
|
|
||||||
{% assign variables_file_url = "/blob/master/sass/utilities/initial-variables.sass#L46,L57" | prepend: site.github %}
|
{% assign variables_file_url = "/blob/master/sass/utilities/initial-variables.sass#L46,L57" | prepend: site.github %}
|
||||||
{% assign mixins_file_url = "/blob/master/sass/utilities/mixins.sass#L182,L226" | prepend: site.github %}
|
{% assign mixins_file_url = "/blob/master/sass/utilities/mixins.sass#L182,L226" | prepend: site.github %}
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ variables_keys:
|
|||||||
<li>{% if breakpoint.id == 'fullhd' %}<span class="tag is-success">New!</span> {% endif %}<code>{{ breakpoint.id }}</code>: {% if breakpoint.id == 'mobile' %}up to <code>{{ breakpoint.to }}px</code>{% else %}from <code>{{ breakpoint.from }}px</code>{% endif %}</li>
|
<li>{% if breakpoint.id == 'fullhd' %}<span class="tag is-success">New!</span> {% endif %}<code>{{ breakpoint.id }}</code>: {% if breakpoint.id == 'mobile' %}up to <code>{{ breakpoint.to }}px</code>{% else %}from <code>{{ breakpoint.from }}px</code>{% endif %}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Bulma uses <a href="{{ mixins_file_url }}" target="_blank">9 responsive mixins</a>:</p>
|
<p>Bulma uses <a href="{{ mixins_file_url }}" target="_blank">9 responsive mixins</a>:</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for breakpoint_hash in site.data.breakpoints %}
|
{% for breakpoint_hash in site.data.breakpoints %}
|
||||||
@@ -184,7 +184,7 @@ variables_keys:
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% include anchor.html name="Variables" %}
|
{% include anchor.html name="Variables" %}
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -220,6 +220,6 @@ variables_keys:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ doc-subtab: variables
|
|||||||
<h2 class="subtitle">Easily <strong>customize</strong> Bulma to match your design</h2>
|
<h2 class="subtitle">Easily <strong>customize</strong> Bulma to match your design</h2>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% assign initial_variables = site.data.variables.utilities.initial-variables %}
|
{% assign initial_variables = site.data.variables.utilities.initial-variables %}
|
||||||
{% assign initial_vars = initial_variables.vars %}
|
{% assign initial_vars = initial_variables.vars %}
|
||||||
{% assign derived_variables = site.data.variables.utilities.derived-variables %}
|
{% assign derived_variables = site.data.variables.utilities.derived-variables %}
|
||||||
@@ -93,7 +93,7 @@ doc-subtab: variables
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tbody>
|
<tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% capture custom_message %}
|
{% capture custom_message %}
|
||||||
These are <a href="{{ derived_variables.file_url }}" target="_blank">variables</a> with a value that <strong>references</strong> another variable.
|
These are <a href="{{ derived_variables.file_url }}" target="_blank">variables</a> with a value that <strong>references</strong> another variable.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
@@ -104,7 +104,7 @@ doc-subtab: variables
|
|||||||
custom_message = custom_message
|
custom_message = custom_message
|
||||||
table_class = 'is-bordered is-striped'
|
table_class = 'is-bordered is-striped'
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% capture custom_message %}
|
{% capture custom_message %}
|
||||||
You can use the following <a href="{{ site.data.variables.base.generic.file_url }}" target="_blank">generic variables</a> for general <strong>customization</strong>. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
|
You can use the following <a href="{{ site.data.variables.base.generic.file_url }}" target="_blank">generic variables</a> for general <strong>customization</strong>. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
@@ -116,6 +116,6 @@ doc-subtab: variables
|
|||||||
custom_message = custom_message
|
custom_message = custom_message
|
||||||
table_class = 'is-bordered is-striped'
|
table_class = 'is-bordered is-striped'
|
||||||
%}
|
%}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
+mobile
|
+mobile
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 0.75rem
|
margin-bottom: 0.75rem
|
||||||
|
|
||||||
.level-left,
|
.level-left,
|
||||||
.level-right
|
.level-right
|
||||||
flex-basis: auto
|
flex-basis: auto
|
||||||
|
|||||||
Reference in New Issue
Block a user