]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
follow up fix to #17593
authorMark Otto <markdotto@gmail.com>
Mon, 13 Jun 2016 04:54:15 +0000 (21:54 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 13 Jun 2016 04:54:15 +0000 (21:54 -0700)
docs/migration.md

index b1106acb55dd12b38bdfeaf39915777fc129d8e6..56d74c43b8bbc08f40e10c72200e92bcb4b4f4c0 100644 (file)
@@ -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.