Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-09-30 22:35:57 +0300
committerChris Rebert <code@chrisrebert.com>2015-09-30 22:41:18 +0300
commit05b1c625be8137a22bdf9626d9540d1844624fbf (patch)
treec4dbbab235cdca73051c16f32e255613b3fc13d4 /Gruntfile.js
parent79cdd66bbb53b8b55c4151c0b425062519f5a2e8 (diff)
Add CSS portion of IE10 viewport bug workaround to docs
Refs #17337
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 713feba3e1..950af85791 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -244,6 +244,7 @@ module.exports = function (grunt) {
},
docs: {
src: [
+ 'docs/assets/css/ie10-viewport-bug-workaround.css',
'docs/assets/css/src/pygments-manni.css',
'docs/assets/css/src/docs.css'
],