aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-06-12 21:54:15 -0700
committerMark Otto <[email protected]>2016-06-12 21:54:15 -0700
commit1ba370f933a2fb1636ecf40844c98743e1127536 (patch)
tree80314539966906e2db13c01770f2466adbbfa603 /docs
parentd12804eb4d9dfc8185946c5e21163362cb806ad5 (diff)
downloadbootstrap-1ba370f933a2fb1636ecf40844c98743e1127536.tar.xz
bootstrap-1ba370f933a2fb1636ecf40844c98743e1127536.zip
follow up fix to #17593
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/migration.md b/docs/migration.md
index b1106acb5..56d74c43b 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -224,11 +224,7 @@ TODO: audit classes in v3 that aren't present in v4
### Responsive utilities
-The following variables have been removed in v4.0.0. Use the `media-breakpoint-up()`, `media-breakpoint-down()`, or `media-breakpoint-only()` Sass mixins or the `$grid-breakpoints` Sass map instead of:
-
-* `@screen-phone`, `@screen-tablet`, `@screen-desktop`, `@screen-lg-desktop`.
-* `@screen-xs`, `@screen-sm`, `@screen-md`, `@screen-lg`.
-* `@screen-xs-min`, `@screen-xs-max`, `@screen-sm-min`, `@screen-sm-max`, `@screen-md-min`, `@screen-md-max`, `@screen-lg-min`, `@screen-lg-max`
+All `@screen-` variables have been removed in v4.0.0. Use the `media-breakpoint-up()`, `media-breakpoint-down()`, or `media-breakpoint-only()` Sass mixins or the `$grid-breakpoints` Sass map instead.
The responsive utility classes have also been overhauled.