From e25ca1e7a9ce7beaf5227b920913ec10a74a300e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Aug 2013 22:01:42 -0700 Subject: Document .hide-text and .text-hide --- css.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'css.html') diff --git a/css.html b/css.html index 3e639bf3b..36bf1bf52 100644 --- a/css.html +++ b/css.html @@ -2292,6 +2292,18 @@ For example, <section> should be wrapped as inline. } {% endhighlight %} + +

Image replacement

+

Utilize the .hide-text mixin or .text-hide class to help replace an element's text content with a background image.

+{% highlight html %} +

Custom heading

+{% endhighlight %} + {% highlight css %} +// Usage as a Mixin +.heading { + .hide-text(); +} +{% endhighlight %} -- cgit v1.2.3