From: Chris Oyler Date: Mon, 4 Jan 2016 22:44:47 +0000 (-0800) Subject: fixes #7701, updates interchange.md to give proper link to named media queries section X-Git-Tag: v6.1.2~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99335d0449befc126e9d9954733d572af470fe93;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fixes #7701, updates interchange.md to give proper link to named media queries section --- diff --git a/docs/pages/interchange.md b/docs/pages/interchange.md index ab475e1fb..e88c85d18 100644 --- a/docs/pages/interchange.md +++ b/docs/pages/interchange.md @@ -24,7 +24,7 @@ The image set is a comma-separated list of items with this format: [image_path, media_query] ``` -`image_path` can be a relative or absolute path. `media_query` can be any CSS media query, or a Foundation breakpoint—see [Named Breakpoints](#named-breakpoints) below. +`image_path` can be a relative or absolute path. `media_query` can be any CSS media query, or a Foundation breakpoint—see [Named Media Queries](#named-media-queries) below.

Interchange evaluates rules in order, and the last rule to match will be used. For this reason, you should order your rules from smallest screen to largest screen.