Commit 99b5405c authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #13358 from Jakobovski/docs-improvements-#13332

Added specificity note to docs per issue #13332
parents c8a8e768 ca45998f
Showing with 4 additions and 1 deletion
+4 -1
......@@ -40,7 +40,10 @@
<p class="bg-warning">...</p>
<p class="bg-danger">...</p>
{% endhighlight %}
<div class="bs-callout bs-callout-info">
<h4>Dealing with specificity</h4>
<p>Sometimes contextual background classes cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a <code>&lt;div&gt;</code> with the class.</p>
</div>
<h3 id="helper-classes-close">Close icon</h3>
<p>Use the generic close icon for dismissing content like modals and alerts.</p>
......
Supports Markdown
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