aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_reboot.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index f25e2cdb1..97c2d88eb 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -42,6 +42,9 @@ html {
//
// See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack.
+
+// Wrap `@viewport` with `@at-root` for when folks do a nested import (e.g.,
+// `.class-name { @import "bootstrap"; }`).
@at-root {
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }