]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Push deprecation of legacy media query variables to 6.3
authorGeoff Kimball <geoff@zurb.com>
Mon, 15 Feb 2016 19:41:23 +0000 (11:41 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 15 Feb 2016 19:41:23 +0000 (11:41 -0800)
docs/pages/media-queries.md
scss/util/_breakpoint.scss

index 6f2f360dde0c87ecd4dbc618f05f8985f7b4dade..959bfe826f87b4c2ca13c47f05697c59c6f2972e 100644 (file)
@@ -47,7 +47,7 @@ If you're using the CSS version of Foundation, use these media queries to imitat
 
 ## Upgrading from Foundation 5
 
-In Foundation 5, breakpoints were accessed using a series of Sass variables named `$small-up`, `$small-only`, `$medium-only`, and so on. In Foundation 6, this method of writing media queries has been replaced with a dedicated [breakpoint mixin](#the-breakpoint-mixin), described below. **The legacy variables will be removed in Foundation 6.**
+In Foundation 5, breakpoints were accessed using a series of Sass variables named `$small-up`, `$small-only`, `$medium-only`, and so on. In Foundation 6, this method of writing media queries has been replaced with a dedicated [breakpoint mixin](#the-breakpoint-mixin), described below. **The legacy variables will be removed in Foundation 6.3.**
 
 To upgrade your existing media queries, replace rulesets like this:
 
index a32f0b408a97c3eebe38f7e92ea8185ad7e536b3..cfa08d43678322b5abdd67ec761c851f1af7c207 100644 (file)
@@ -235,7 +235,7 @@ $breakpoint-classes: (small medium large) !default;
 }
 
 // Legacy breakpoint variables
-// These will be removed in 6.2
+// These will be removed in 6.3
 $small-up: null;
 $small-only: null;
 $medium-up: null;