Skip to content

Commit

Permalink
responsive table break
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 6, 2017
1 parent 802cab5 commit b2b4ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/4.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ While in beta, we aim to have no breaking changes. However, things don't always
- Removed `$badge-color` variable and its usage on `.badge`. We use a color contrast function to pick a `color` based on the `background-color`, so the variable is unnecessary.
- Renamed `grayscale()` function to `gray()` to avoid breaking conflict with the CSS native `grayscale` filter.
- Renamed `.table-inverse`, `.thead-inverse`, and `.thead-default` to `.*-dark` and `.*-light`, matching our color schemes used elsewhere.
- Responsive tables now generate classes for each grid breakpoint. This breaks from Beta 1 in that the `.table-responsive` you've been using is more like `.table-responsive-md`. You may now use `.table-responsive` or `.table-responsive-{sm,md,lg,xl}` as needed.


## Summary
Expand Down

0 comments on commit b2b4ee2

Please sign in to comment.