From: Joshua Coquelle Date: Mon, 2 Oct 2017 18:24:29 +0000 (-0700) Subject: Fix typo "modifer" to "modifier" in all docs (#1245) X-Git-Tag: 0.6.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26aa531a2179103b25f702936461e80335ee71d3;p=thirdparty%2Fbulma.git Fix typo "modifer" to "modifier" in all docs (#1245) --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4c17db944..f37b30c34 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,7 +24,7 @@ Thanks for helping out! 😇 * nested tags * pseudo-classes * color modifiers - * size modifers + * size modifiers * modifiers * responsive styles * Add appropriate one-line comments for each of these sections within a CSS rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 157e9f55b..37d2991ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -262,7 +262,7 @@ Variable name changes (mostly appending `-color`): * Split icon container dimensions and icon size * Fix delete button by using pixels instead of (r)em * Fix level on mobile -* Add new `.is-spaced` modifer for titles and subtitles +* Add new `.is-spaced` modifier for titles and subtitles * Fix #487 * Fix #489 diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 8bcee3acb..e4a2b6baa 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -796,7 +796,7 @@ document.addEventListener('DOMContentLoaded', function () {

- To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

diff --git a/docs/documentation/elements/image.html b/docs/documentation/elements/image.html index 9a08bfea2..2177cee21 100644 --- a/docs/documentation/elements/image.html +++ b/docs/documentation/elements/image.html @@ -80,7 +80,7 @@ variables: {% include anchor.html name="Responsive images with ratios" %}
-

If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

+

If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

diff --git a/docs/documentation/form/general.html b/docs/documentation/form/general.html index 8b067e101..7d82b9c98 100644 --- a/docs/documentation/form/general.html +++ b/docs/documentation/form/general.html @@ -958,7 +958,7 @@ variables: {% include snippet.html content=addons_expanded_fullwidth_example %}
-

Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

+

Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

{% include snippet.html content=addons_center_example %} @@ -976,7 +976,7 @@ variables: {% include snippet.html content=group_example %}
- Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index 4b86cc59b..d73e7080c 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -23,7 +23,7 @@ doc-subtab: responsiveness
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.

    {% include anchor.html name="Breakpoints" %} diff --git a/docs/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.0/documentation/components/navbar/index.html b/docs/versions/0.5.0/documentation/components/navbar/index.html index c5e0fee0d..4c7a5d4cd 100644 --- a/docs/versions/0.5.0/documentation/components/navbar/index.html +++ b/docs/versions/0.5.0/documentation/components/navbar/index.html @@ -1304,7 +1304,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.0/documentation/elements/form/index.html b/docs/versions/0.5.0/documentation/elements/form/index.html index 0c0fa8cef..292e4f60f 100644 --- a/docs/versions/0.5.0/documentation/elements/form/index.html +++ b/docs/versions/0.5.0/documentation/elements/form/index.html @@ -1836,7 +1836,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1930,7 +1930,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.0/documentation/elements/image/index.html b/docs/versions/0.5.0/documentation/elements/image/index.html index 0b8313916..52f49335c 100644 --- a/docs/versions/0.5.0/documentation/elements/image/index.html +++ b/docs/versions/0.5.0/documentation/elements/image/index.html @@ -535,7 +535,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.0/documentation/form/general/index.html b/docs/versions/0.5.0/documentation/form/general/index.html index a52ed83cf..9abdc5503 100644 --- a/docs/versions/0.5.0/documentation/form/general/index.html +++ b/docs/versions/0.5.0/documentation/form/general/index.html @@ -1396,7 +1396,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1522,7 +1522,7 @@ </div>
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.0/documentation/overview/responsiveness/index.html b/docs/versions/0.5.0/documentation/overview/responsiveness/index.html index bdda4db36..e306a4087 100644 --- a/docs/versions/0.5.0/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.0/documentation/overview/responsiveness/index.html @@ -409,7 +409,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.1/documentation/components/navbar/index.html b/docs/versions/0.5.1/documentation/components/navbar/index.html index e6dfae857..41b802618 100644 --- a/docs/versions/0.5.1/documentation/components/navbar/index.html +++ b/docs/versions/0.5.1/documentation/components/navbar/index.html @@ -1368,7 +1368,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.1/documentation/elements/form/index.html b/docs/versions/0.5.1/documentation/elements/form/index.html index af838e8b0..5199236fa 100644 --- a/docs/versions/0.5.1/documentation/elements/form/index.html +++ b/docs/versions/0.5.1/documentation/elements/form/index.html @@ -1842,7 +1842,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1936,7 +1936,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.1/documentation/elements/image/index.html b/docs/versions/0.5.1/documentation/elements/image/index.html index 9e3e5caad..c610aab34 100644 --- a/docs/versions/0.5.1/documentation/elements/image/index.html +++ b/docs/versions/0.5.1/documentation/elements/image/index.html @@ -543,7 +543,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.1/documentation/form/general/index.html b/docs/versions/0.5.1/documentation/form/general/index.html index 6faa55366..b2369830a 100644 --- a/docs/versions/0.5.1/documentation/form/general/index.html +++ b/docs/versions/0.5.1/documentation/form/general/index.html @@ -1408,7 +1408,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1534,7 +1534,7 @@ </div>
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.1/documentation/overview/responsiveness/index.html b/docs/versions/0.5.1/documentation/overview/responsiveness/index.html index 8ba5fb281..ccafea3ca 100644 --- a/docs/versions/0.5.1/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.1/documentation/overview/responsiveness/index.html @@ -415,7 +415,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html b/docs/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html index c5e0fee0d..4c7a5d4cd 100644 --- a/docs/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html @@ -1304,7 +1304,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html b/docs/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html index 0c0fa8cef..292e4f60f 100644 --- a/docs/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html @@ -1836,7 +1836,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1930,7 +1930,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html b/docs/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html index 0b8313916..52f49335c 100644 --- a/docs/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html @@ -535,7 +535,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html b/docs/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html index a52ed83cf..9abdc5503 100644 --- a/docs/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html @@ -1396,7 +1396,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1522,7 +1522,7 @@ </div>
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html b/docs/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html index bdda4db36..e306a4087 100644 --- a/docs/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html @@ -409,7 +409,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/documentation/components/navbar/index.html b/docs/versions/0.5.2/documentation/components/navbar/index.html index f560662d0..00b182cae 100644 --- a/docs/versions/0.5.2/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/documentation/components/navbar/index.html @@ -953,7 +953,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/documentation/elements/image/index.html b/docs/versions/0.5.2/documentation/elements/image/index.html index c41d6a288..e946ce163 100644 --- a/docs/versions/0.5.2/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/documentation/elements/image/index.html @@ -600,7 +600,7 @@
    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/documentation/form/general/index.html b/docs/versions/0.5.2/documentation/form/general/index.html index 87a7bb57d..4adddf927 100644 --- a/docs/versions/0.5.2/documentation/form/general/index.html +++ b/docs/versions/0.5.2/documentation/form/general/index.html @@ -1587,7 +1587,7 @@
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1758,7 +1758,7 @@
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.2/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/documentation/overview/responsiveness/index.html index b4d7c0bb1..38162d506 100644 --- a/docs/versions/0.5.2/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/documentation/overview/responsiveness/index.html @@ -432,7 +432,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.2/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.2/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.2/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.2/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.2/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.2/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.5.0/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.5.0/documentation/components/navbar/index.html index c5e0fee0d..4c7a5d4cd 100644 --- a/docs/versions/0.5.2/versions/0.5.0/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/documentation/components/navbar/index.html @@ -1304,7 +1304,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.5.0/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.5.0/documentation/elements/form/index.html index 0c0fa8cef..292e4f60f 100644 --- a/docs/versions/0.5.2/versions/0.5.0/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/documentation/elements/form/index.html @@ -1836,7 +1836,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1930,7 +1930,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.5.0/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.5.0/documentation/elements/image/index.html index 0b8313916..52f49335c 100644 --- a/docs/versions/0.5.2/versions/0.5.0/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/documentation/elements/image/index.html @@ -535,7 +535,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.5.0/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.5.0/documentation/form/general/index.html index a52ed83cf..9abdc5503 100644 --- a/docs/versions/0.5.2/versions/0.5.0/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/documentation/form/general/index.html @@ -1396,7 +1396,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1522,7 +1522,7 @@ </div>
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.2/versions/0.5.0/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.5.0/documentation/overview/responsiveness/index.html index bdda4db36..e306a4087 100644 --- a/docs/versions/0.5.2/versions/0.5.0/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/documentation/overview/responsiveness/index.html @@ -409,7 +409,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.5.1/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.5.1/documentation/components/navbar/index.html index e6dfae857..41b802618 100644 --- a/docs/versions/0.5.2/versions/0.5.1/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/documentation/components/navbar/index.html @@ -1368,7 +1368,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.5.1/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.5.1/documentation/elements/form/index.html index af838e8b0..5199236fa 100644 --- a/docs/versions/0.5.2/versions/0.5.1/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/documentation/elements/form/index.html @@ -1842,7 +1842,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1936,7 +1936,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.5.1/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.5.1/documentation/elements/image/index.html index 9e3e5caad..c610aab34 100644 --- a/docs/versions/0.5.2/versions/0.5.1/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/documentation/elements/image/index.html @@ -543,7 +543,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.5.1/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.5.1/documentation/form/general/index.html index 6faa55366..b2369830a 100644 --- a/docs/versions/0.5.2/versions/0.5.1/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/documentation/form/general/index.html @@ -1408,7 +1408,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1534,7 +1534,7 @@ </div>
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.2/versions/0.5.1/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.5.1/documentation/overview/responsiveness/index.html index 8ba5fb281..ccafea3ca 100644 --- a/docs/versions/0.5.2/versions/0.5.1/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/documentation/overview/responsiveness/index.html @@ -415,7 +415,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html index c5e0fee0d..4c7a5d4cd 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/components/navbar/index.html @@ -1304,7 +1304,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html index 0c0fa8cef..292e4f60f 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/form/index.html @@ -1836,7 +1836,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1930,7 +1930,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html index 0b8313916..52f49335c 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/elements/image/index.html @@ -535,7 +535,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html index a52ed83cf..9abdc5503 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/form/general/index.html @@ -1396,7 +1396,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1522,7 +1522,7 @@ </div>
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html index bdda4db36..e306a4087 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/documentation/overview/responsiveness/index.html @@ -409,7 +409,7 @@
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.


    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html index 9a9e38b0f..8e3343504 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/components/navbar/index.html @@ -1261,7 +1261,7 @@

    - To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifer on the navbar component. This will remove any hover or active background from the navbar items. + To seamlessly integrate the navbar in any visual context, you can add the is-transparent modifier on the navbar component. This will remove any hover or active background from the navbar items.

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html index f5e510261..132b9ab27 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/form/index.html @@ -1832,7 +1832,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1926,7 +1926,7 @@

    If you want to group controls together, use the is-grouped modifier on the control container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space. diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html index 73496ad3f..5a09556e7 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/elements/image/index.html @@ -485,7 +485,7 @@

    Responsive images with ratios

    -

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers:

    +

    If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifiers:

    diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html index ae3471cdc..f7dd54940 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/form/general/index.html @@ -1384,7 +1384,7 @@ </div>
    -

    Use the has-addons-centered or the has-addons-right modifers to alter the alignment.

    +

    Use the has-addons-centered or the has-addons-right modifiers to alter the alignment.

    @@ -1478,7 +1478,7 @@

    If you want to group controls together, use the is-grouped modifier on the field container.
    - Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. + Use the is-grouped-centered or the is-grouped-right modifiers to alter the alignment.

    Add the is-expanded modifier on the control element you want to fill up the remaining space with. diff --git a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html index b8226a0cc..92dce4517 100644 --- a/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html +++ b/docs/versions/0.5.2/versions/0.5.1/versions/0.5.0/versions/0.4.4/documentation/overview/responsiveness/index.html @@ -402,7 +402,7 @@

  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

    +

    For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.