]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add comments
authorMark Otto <markdotto@gmail.com>
Wed, 29 Apr 2015 18:32:49 +0000 (11:32 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 29 Apr 2015 18:32:49 +0000 (11:32 -0700)
scss/_reboot.scss

index f25e2cdb1d012b7a2307131c6a657dae9b08b054..97c2d88eb6a6680f50b09600ebd1fa81e41a5457 100644 (file)
@@ -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; }