diff options
| author | Chris Rebert <[email protected]> | 2013-10-28 11:07:56 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-28 11:07:56 -0700 |
| commit | d1dd1fcdee3a081dc2aa9874ba20ae5584652a01 (patch) | |
| tree | becd71ec12ac979f899b73d0a4bcbc9cdcca38a5 /getting-started.html | |
| parent | 0026e5655b7bff8a1c609e52bdfba946436f4616 (diff) | |
| download | bootstrap-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.html | 4 |
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> |
