From b1e8d60348ab84895b7b722487a03264a53aedfb Mon Sep 17 00:00:00 2001 From: Starsam80 Date: Sat, 26 Nov 2016 21:33:46 -0700 Subject: Remove 'xs' from text utilities (#21217) --- docs/components/progress.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/components/progress.md') diff --git a/docs/components/progress.md b/docs/components/progress.md index 2d8db33cb..50d1f1b55 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -18,19 +18,19 @@ To caption a progress bar, simply add a `
` with your caption text, [align t {% example html %} -
Reticulating splines… 0%
+
Reticulating splines… 0%
-
Reticulating splines… 25%
+
Reticulating splines… 25%
-
Reticulating splines… 50%
+
Reticulating splines… 50%
-
Reticulating splines… 75%
+
Reticulating splines… 75%
-
Reticulating splines… 100%
+
Reticulating splines… 100%
{% endexample %} @@ -39,7 +39,7 @@ To caption a progress bar, simply add a `
` with your caption text, [align t Internet Explorer 9 doesn't support the HTML5 `` element, but we can work around that. {% example html %} -
Reticulating splines… 25%
+
Reticulating splines… 25%
-- cgit v1.2.3