From 56f4cf0316b03af888c22c62e4ef24e437b4a370 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Nov 2013 11:38:28 -0800 Subject: [PATCH] Fixes #11634: Add warning to docs to not combine icon classes with other elements --- components.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components.html b/components.html index 53a788f3fa..ca6ae40ec7 100644 --- a/components.html +++ b/components.html @@ -822,6 +822,10 @@ base_url: "../"

How to use

For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.

+
+

Don't mix with other components

+

Icon classes cannot be combined with other elements. They are designed to be standalone elements.

+
{% highlight html %} {% endhighlight %}