From 99335d0449befc126e9d9954733d572af470fe93 Mon Sep 17 00:00:00 2001 From: Chris Oyler Date: Mon, 4 Jan 2016 14:44:47 -0800 Subject: [PATCH] fixes #7701, updates interchange.md to give proper link to named media queries section --- docs/pages/interchange.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.47.2