vendor/frameworks/twitter/bootstrap/responsive.scss in anjlab-bootstrap-rails-2.2.2.rc vs vendor/frameworks/twitter/bootstrap/responsive.scss in anjlab-bootstrap-rails-2.2.2.rc1
- old
+ new
@@ -12,9 +12,18 @@
// Responsive.scss
// For phone and tablet devices
// -------------------------------------------------------------
+// IE10 Metro responsive
+// Required for Windows 8 Metro split-screen snapping with IE10
+// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
+
+@-ms-viewport{
+ width: device-width;
+}
+
+
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately
@import "variables.scss"; // Modify this for custom colors, font-sizes, etc