-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
✨ enhancementNew feature or requestNew feature or request
Description
See https://developer.mozilla.org/en-US/docs/Web/CSS/@viewport.html
Some of the smoke tests use it, so probably useful to report them.
// cnn
@-ms-viewport{width:extend-to-zoom;zoom:1}
// gazelle
@-ms-viewport{width:device-width}
// trello
@-ms-viewport {
width: device-width
}
// css-tricks
@media screen and (max-width:400px){
@-ms-viewport{width:320px}
}Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or requestNew feature or request