aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-28 11:07:56 -0700
committerChris Rebert <[email protected]>2013-10-28 11:07:56 -0700
commitd1dd1fcdee3a081dc2aa9874ba20ae5584652a01 (patch)
treebecd71ec12ac979f899b73d0a4bcbc9cdcca38a5 /getting-started.html
parent0026e5655b7bff8a1c609e52bdfba946436f4616 (diff)
downloadbootstrap-d1dd1fcdee3a081dc2aa9874ba20ae5584652a01.tar.xz
bootstrap-d1dd1fcdee3a081dc2aa9874ba20ae5584652a01.zip
add warning about Respond.js not supporting @import; fixes #11143
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html
index ec3462f0e..9eb820dff 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -713,6 +713,10 @@ bootstrap/
<h4>Respond.js and <code>file://</code></h4>
<p>Due to browser security rules, Respond.js doesn't work with pages viewed via the <code>file://</code> protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). <a href="https://github.com/scottjehl/Respond/blob/master/README.md#support--caveats">See the Respond.js docs</a> for details.</p>
</div>
+ <div class="bs-callout bs-callout-warning" id="respond-import">
+ <h4>Respond.js and <code>@import</code></h4>
+ <p>Respond.js doesn't work with CSS that's referenced via <code>@import</code>. In particular, some Drupal configurations are known to use <code>@import</code>. <a href="https://github.com/scottjehl/Respond/blob/master/README.md#support--caveats">See the Respond.js docs</a> for details.</p>
+ </div>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>