From: Mark Otto Date: Mon, 30 Nov 2015 03:55:51 +0000 (-0800) Subject: rearrange comment lines for clarity X-Git-Tag: v4.0.0-alpha.2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4005b316c631c8856ff3801939a4f9568e84cd63;p=thirdparty%2Fbootstrap.git rearrange comment lines for clarity --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 9337913a58..04d1d83118 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -41,8 +41,7 @@ html { // and apply some conditional CSS. // // 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 { @@ -53,6 +52,7 @@ html { @viewport { width: device-width; } } + // // Reset HTML, body, and more //