diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 4c17db94..f37b30c3 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 157e9f55..37d2991a 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 8bcee3ac..e4a2b6ba 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 9a08bfea..2177cee2 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 8b067e10..7d82b9c9 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 4b86cc59..d73e7080 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 c5e0fee0..4c7a5d4c 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 0c0fa8ce..292e4f60 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 0b831391..52f49335 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 a52ed83c..9abdc550 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 bdda4db3..e306a408 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 e6dfae85..41b80261 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 af838e8b..5199236f 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 9e3e5caa..c610aab3 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 6faa5536..b2369830 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 8ba5fb28..ccafea3c 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 c5e0fee0..4c7a5d4c 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 0c0fa8ce..292e4f60 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 0b831391..52f49335 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 a52ed83c..9abdc550 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 bdda4db3..e306a408 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 f560662d..00b182ca 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 c41d6a28..e946ce16 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 87a7bb57..4adddf92 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 b4d7c0bb..38162d50 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 c5e0fee0..4c7a5d4c 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 0c0fa8ce..292e4f60 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 0b831391..52f49335 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 a52ed83c..9abdc550 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 bdda4db3..e306a408 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 e6dfae85..41b80261 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 af838e8b..5199236f 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 9e3e5caa..c610aab3 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 6faa5536..b2369830 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 8ba5fb28..ccafea3c 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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 c5e0fee0..4c7a5d4c 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 0c0fa8ce..292e4f60 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 0b831391..52f49335 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 a52ed83c..9abdc550 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 bdda4db3..e306a408 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 9a9e38b0..8e334350 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 f5e51026..132b9ab2 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 73496ad3..5a09556e 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 ae3471cd..f7dd5494 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 b8226a0c..92dce451 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.