diff options
| author | Mark Otto <[email protected]> | 2016-02-06 18:45:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 18:45:56 -0800 |
| commit | de944e088b278a989c83b4bfebb99e5042821021 (patch) | |
| tree | 6e84a8170c9cbe031270d9de418805f2334fd78f /scss | |
| parent | b8ff763d6232d4a61858739b43f509366ffd1500 (diff) | |
| download | bootstrap-de944e088b278a989c83b4bfebb99e5042821021.tar.xz bootstrap-de944e088b278a989c83b4bfebb99e5042821021.zip | |
Fixes #17300: drop the unused at-viewports
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_reboot.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 962eb7833..fe4af1f93 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -46,14 +46,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; } - @-o-viewport { width: device-width; } - @-webkit-viewport { width: device-width; } - @viewport { width: device-width; } + @-ms-viewport { width: device-width; } } |
