From eb4bb2d9eb376547f0c8c3a7df135d6593255338 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 12 Mar 2017 01:57:43 +0530 Subject: [PATCH] Docs: Moved Image replacement(text-hide) to text helpers --- docs/pages/prototyping.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/prototyping.md b/docs/pages/prototyping.md index f2db90a82..3f6887a01 100644 --- a/docs/pages/prototyping.md +++ b/docs/pages/prototyping.md @@ -589,7 +589,9 @@ These overflow classes helps you to clip content, render scrollbars or simply ju --- -## Image Replacement +## Text Helpers + +### Image Replacement (Text Hide) You might want to include a logo on the page but you also would like to use a text within a header tag for the sake of accessibility and also for gaining benifits from SEO, and ideally on the webpage you would like to show your logo and not text. In that scenario you can utilize this `.text-hide` class to replace an element’s text content with a background image, often logo. @@ -602,8 +604,6 @@ You might want to include a logo on the page but you also would like to use a te --- -## Text Helpers - ### Text Transformation Text transformation lets you control the capitalization of text. You can change the text transformation by adding `.text-uppercase`, `text-lowercase`, `text-capitalize` to an element. -- 2.47.2