diff --git a/getting-started.html b/getting-started.html index 8d26760ebd..cdc9e7603e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -748,11 +748,11 @@ bootstrap/
Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.
-Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.
-file://
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.
@import
@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.