diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:54:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-05 20:52:47 -0700 |
| commit | 04629019cb50d375902a886e5ee210c83711943f (patch) | |
| tree | 2de78aa7980c80a734936820af30771c1273b6a5 | |
| parent | 88eca66a34ed511591fa22e7f1ce214b40cb3106 (diff) | |
| download | bootstrap-04629019cb50d375902a886e5ee210c83711943f.tar.xz bootstrap-04629019cb50d375902a886e5ee210c83711943f.zip | |
add section to migration docs for important v4 beta 2 changes
| -rw-r--r-- | docs/4.0/migration.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 6b34a093e..016bcc442 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -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 |
