mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
Add a migration tip for .label-important to .label-danger
This commit is contained in:
parent
7b945ad296
commit
4031f5ee82
1 changed files with 4 additions and 0 deletions
|
|
@ -460,6 +460,10 @@ bootstrap/
|
|||
<td><code>.label</code></td>
|
||||
<td><code>.label .label-default</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>.label-important</code></td>
|
||||
<td><code>.label-danger</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>.text-error</code></td>
|
||||
<td><code>.text-danger</code></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue