Commit 124c80b3 authored by Mark Otto's avatar Mark Otto

add docs callout to mention #9947

parent fc8e66d2
......@@ -757,6 +757,10 @@ base_url: "../"
<p class="text-warning">...</p>
<p class="text-danger">...</p>
{% endhighlight %}
<div class="bs-callout bs-callout-info">
<h4>Dealing with specificity</h4>
<p>Sometimes emphasis classes cannot be applied due to the specificity of another selector. In most cases a sufficient workaround is to wrap your text in a <code>&gt;span&lt;</code> with the class.</p>
</div>
<!-- Abbreviations -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment