mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Wrap @viewport
with @at-root
for nested import
See https://github.com/twbs/bootstrap-sass/pull/805
This commit is contained in:
@@ -42,12 +42,13 @@ html {
|
|||||||
//
|
//
|
||||||
// See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack.
|
// See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack.
|
||||||
|
|
||||||
@-moz-viewport { width: device-width; }
|
@at-root {
|
||||||
@-ms-viewport { width: device-width; }
|
@-moz-viewport { width: device-width; }
|
||||||
@-o-viewport { width: device-width; }
|
@-ms-viewport { width: device-width; }
|
||||||
@-webkit-viewport { width: device-width; }
|
@-o-viewport { width: device-width; }
|
||||||
@viewport { width: device-width; }
|
@-webkit-viewport { width: device-width; }
|
||||||
|
@viewport { width: device-width; }
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Reset HTML, body, and more
|
// Reset HTML, body, and more
|
||||||
|
Reference in New Issue
Block a user