From 83a6a55d2c3448771925f467be1f2ced321e63df Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Dec 2012 10:25:18 -0800 Subject: Move IE10 responsive fix to responsive utilities so Customizer gets it --- less/responsive.less | 9 --------- 1 file changed, 9 deletions(-) (limited to 'less/responsive.less') diff --git a/less/responsive.less b/less/responsive.less index 7cfaf80b9..b511b7882 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -14,15 +14,6 @@ // ------------------------------------------------------------- -// 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 -- cgit v1.2.3