diff options
| author | Mark Otto <[email protected]> | 2015-11-29 19:55:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 19:55:51 -0800 |
| commit | 4005b316c631c8856ff3801939a4f9568e84cd63 (patch) | |
| tree | bd05d651a9840ced85cd55be4d5d3a8f1ab63fc3 | |
| parent | 0fa2c7c4866a4ada900a0bebd45ab8b741db6788 (diff) | |
| download | bootstrap-4005b316c631c8856ff3801939a4f9568e84cd63.tar.xz bootstrap-4005b316c631c8856ff3801939a4f9568e84cd63.zip | |
rearrange comment lines for clarity
| -rw-r--r-- | scss/_reboot.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 9337913a5..04d1d8311 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 // |
