From 2e7a00c2da0c7e0ad0619fd4437e5cafa74e89f2 Mon Sep 17 00:00:00 2001 From: Kennedy Baird Date: Tue, 8 Aug 2017 01:52:27 +0700 Subject: [PATCH] doc update for responsive alignment (when deploy 0.5.1) (#1021) * doc update for responsive alignment (when deploy 0.5.1) doc update for commit for responsive text alignment https://github.com/jgthms/bulma/commit/010b6d70a0e4baff1554b7c6406e71fd64881ca1 * update docs for responsive text alignment changed for a table, let me know if this is good! thanks --- .../modifiers/typography-helpers.html | 99 +++++++++++++++++++ 1 file changed, 99 insertions(+) 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

+ +{% endcapture %} + {% include subnav-modifiers.html %}
@@ -268,6 +274,99 @@ doc-subtab: typography-helpers
+

Responsive Alignment

+ +
+

+ 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: +

+
+ + + {{ thead }} + + + + {{ left }} + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + + + + {{ unchanged }} + {{ left }} + {{ left }} + {{ left }} + {{ left }} + + + + {{ unchanged }} + {{ left }} + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + + + + {{ left }} + {{ left }} + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + + + + {{ unchanged }} + {{ unchanged }} + {{ left }} + {{ left }} + {{ left }} + + + + {{ unchanged }} + {{ unchanged }} + {{ left }} + {{ unchanged }} + {{ unchanged }} + + + + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + {{ left }} + {{ left }} + + + + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + {{ left }} + {{ unchanged }} + + + + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + {{ unchanged }} + {{ left }} + + +
has-text-left-mobile
has-text-left-tablet
has-text-left-tablet-only
has-text-left-touch
has-text-left-desktop
has-text-left-desktop-only
has-text-left-widescreen
has-text-left-widescreen-only
has-text-left-fullhd
+ + +
+

Text transformation