From d1dd1fcdee3a081dc2aa9874ba20ae5584652a01 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 28 Oct 2013 11:07:56 -0700 Subject: [PATCH] add warning about Respond.js not supporting @import; fixes #11143 --- getting-started.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/getting-started.html b/getting-started.html index ec3462f0e2..9eb820dffb 100644 --- a/getting-started.html +++ b/getting-started.html @@ -713,6 +713,10 @@ bootstrap/

Respond.js and file://

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

+
+

Respond.js and @import

+

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

+
-- 2.47.2