From 6de67c0ab60bc94931def838de2e66764d4838ea Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Aug 2013 22:11:41 -0700 Subject: Deprecate .hide-text mixin for .text-hide as mixin and class --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 36bf1bf52..0d3fc11ef 100644 --- a/css.html +++ b/css.html @@ -2294,14 +2294,14 @@ For example, <section> should be wrapped as inline.

Image replacement

-

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

+

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 css %} // Usage as a Mixin .heading { - .hide-text(); + .text-hide(); } {% endhighlight %} -- cgit v1.2.3