+ You can now align text for each viewport width. You simply need to append the viewport width to the alignment modifier. +
+ +
+ For example, here are the modifiers for .has-text-left
:
+
diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index eefacd74..408df530 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -47,6 +47,12 @@ doc-subtab: typography-helpers {% endcapture %} +{% capture left %} +
left-aligned
++ You can now align text for each viewport width. You simply need to append the viewport width to the alignment modifier. +
+ +
+ For example, here are the modifiers for .has-text-left
:
+
has-text-left-mobile |
+ {{ left }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+
has-text-left-tablet |
+ {{ unchanged }}
+ {{ left }}
+ {{ left }}
+ {{ left }}
+ {{ left }}
+
has-text-left-tablet-only |
+ {{ unchanged }}
+ {{ left }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+
has-text-left-touch |
+ {{ left }}
+ {{ left }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+
has-text-left-desktop |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ left }}
+ {{ left }}
+ {{ left }}
+
has-text-left-desktop-only |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ left }}
+ {{ unchanged }}
+ {{ unchanged }}
+
has-text-left-widescreen |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ left }}
+ {{ left }}
+
has-text-left-widescreen-only |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ left }}
+ {{ unchanged }}
+
has-text-left-fullhd |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ left }}
+