Commit a399d19d authored by Mark Otto's avatar Mark Otto

add comments

parent 35f45baf
...@@ -42,6 +42,9 @@ html { ...@@ -42,6 +42,9 @@ 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.
// Wrap `@viewport` with `@at-root` for when folks do a nested import (e.g.,
// `.class-name { @import "bootstrap"; }`).
@at-root { @at-root {
@-moz-viewport { width: device-width; } @-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; } @-ms-viewport { width: device-width; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment