Commit f16ad225 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #18188

parent 4005b316
Showing with 2 additions and 0 deletions
+2 -0
...@@ -44,6 +44,8 @@ html { ...@@ -44,6 +44,8 @@ html {
// //
// Wrap `@viewport` with `@at-root` for when folks do a nested import (e.g., // Wrap `@viewport` with `@at-root` for when folks do a nested import (e.g.,
// `.class-name { @import "bootstrap"; }`). // `.class-name { @import "bootstrap"; }`).
//
// Includes future-proofed vendor prefixes as well.
@at-root { @at-root {
@-moz-viewport { width: device-width; } @-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; } @-ms-viewport { width: device-width; }
......
Supports Markdown
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