Commit 7b945ad2 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #11705 from cyrusstoller/migration-guide

Add a migration tip for .label to .label-default
parents a42e9163 149e7efb
...@@ -456,6 +456,10 @@ bootstrap/ ...@@ -456,6 +456,10 @@ bootstrap/
<td><code>.muted</code></td> <td><code>.muted</code></td>
<td><code>.text-muted</code></td> <td><code>.text-muted</code></td>
</tr> </tr>
<tr>
<td><code>.label</code></td>
<td><code>.label .label-default</code></td>
</tr>
<tr> <tr>
<td><code>.text-error</code></td> <td><code>.text-error</code></td>
<td><code>.text-danger</code></td> <td><code>.text-danger</code></td>
......
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