From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/utilities/image-replacement.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/utilities/image-replacement.md (limited to 'docs/utilities/image-replacement.md') diff --git a/docs/utilities/image-replacement.md b/docs/utilities/image-replacement.md deleted file mode 100644 index b11c936c4..000000000 --- a/docs/utilities/image-replacement.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: docs -title: Image replacement -description: Swap text for background images with the image replacement class. -group: utilities -toc: true ---- - -Utilize the `.text-hide` class or mixin to help replace an element's text content with a background image. - -{% highlight html %} -

Custom heading

-{% endhighlight %} - -{% highlight scss %} -// Usage as a mixin -.heading { - @include text-hide; -} -{% endhighlight %} -- cgit v1.2.3