From: Chris Rebert Date: Mon, 28 Oct 2013 18:07:56 +0000 (-0700) Subject: add warning about Respond.js not supporting @import; fixes #11143 X-Git-Tag: v3.0.1~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1dd1fcdee3a081dc2aa9874ba20ae5584652a01;p=thirdparty%2Fbootstrap.git add warning about Respond.js not supporting @import; fixes #11143 --- 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.

+