Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report @(-ms-)viewport #317

Open
bartveneman opened this issue Apr 10, 2023 · 1 comment
Open

Report @(-ms-)viewport #317

bartveneman opened this issue Apr 10, 2023 · 1 comment
Labels
✨ enhancement New feature or request

Comments

@bartveneman
Copy link
Member

bartveneman commented Apr 10, 2023

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 bartveneman added the ✨ enhancement New feature or request label Apr 10, 2023
@bartveneman
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Development

No branches or pull requests

1 participant