css-analyzer
css-analyzer copied to clipboard
Report @(-ms-)viewport
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}
}
This is a deprecated non-standard thing, so maybe more useful to turn into 'non-standard atrules'