css-analyzer icon indicating copy to clipboard operation
css-analyzer copied to clipboard

Report @(-ms-)viewport

Open bartveneman opened this issue 2 years ago • 1 comments

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}
}

bartveneman avatar Apr 10 '23 19:04 bartveneman

This is a deprecated non-standard thing, so maybe more useful to turn into 'non-standard atrules'

bartveneman avatar Oct 08 '23 15:10 bartveneman