1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

add section to migration docs for important v4 beta 2 changes

This commit is contained in:
Mark Otto 2017-08-20 13:54:12 -07:00 committed by Mark Otto
parent 88eca66a34
commit 04629019cb

View file

@ -6,9 +6,11 @@ group: migration
toc: true
---
{% callout info %}
**Heads up!** This will be in flux as work on the v4 alphas progresses. Until then consider it incomplete, and we'd love pull requests to help keep it up to date.
{% endcallout %}
## Beta 2 changes
While in beta, we aim to have no breaking changes. However, things don't always go as planned. Below are the breaking changes to bear in mind when moving from Beta 1 to Beta 2.
- Removed `$badge-color` variable and it's usage on `.badge`. We use a color contrast function to pick a `color` based on the `background-color`, so the variable is unnecessary.
## Summary