mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 15:04:43 +00:00
fixes #18188
This commit is contained in:
parent
4005b316c6
commit
f16ad22530
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ html {
|
|||
//
|
||||
// Wrap `@viewport` with `@at-root` for when folks do a nested import (e.g.,
|
||||
// `.class-name { @import "bootstrap"; }`).
|
||||
//
|
||||
// Includes future-proofed vendor prefixes as well.
|
||||
@at-root {
|
||||
@-moz-viewport { width: device-width; }
|
||||
@-ms-viewport { width: device-width; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue