From e2c6dd29d861ce06e0e30be5bd2a69324b998e0e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 16:15:51 -0800 Subject: tons of docs helpers cleanup --- docs/components/helpers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/components') diff --git a/docs/components/helpers.md b/docs/components/helpers.md index 08e66b797..6e5bac318 100644 --- a/docs/components/helpers.md +++ b/docs/components/helpers.md @@ -90,7 +90,7 @@ Float an element to the left or right with a class. `!important` is included to Set an element to `display: block;` and center via `margin`. Available as a mixin and class. {% example html %} -
...
+
Centered block
{% endexample %} {% highlight scss %} @@ -182,9 +182,9 @@ Hide an element to all devices **except screen readers** with `.sr-only`. Combin Utilize the `.text-hide` class or mixin to help replace an element's text content with a background image. -{% example html %} +{% highlight html %}

Custom heading

-{% endexample %} +{% endhighlight %} {% highlight scss %} // Usage as a Mixin -- cgit v1.2.3