mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Fixes #17300: drop the unused at-viewports
This commit is contained in:
@@ -298,22 +298,10 @@ html {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@-moz-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@-webkit-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
-ms-overflow-style: scrollbar;
|
||||
|
||||
Reference in New Issue
Block a user