2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Enable responsive features in IE10 when snapped

This commit is contained in:
Mark Otto
2012-12-02 20:57:34 -08:00
parent 30d6a71ccd
commit f514c87d6b
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -14,6 +14,14 @@
// -------------------------------------------------------------
// IE10 Metro responsive
// Required for Windows 8 Metro split-screen snapping with IE10
@-ms-viewport{
width: device-width;
}
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately