projectwallace / projectwallace/css-analyzer
Report @(-ms-)viewport
Open
Nobody has claimed this yet.
✨ enhancement
- Dominant language
- TypeScript
- Stars
- 366
- Forks
- 15
- Avg merge
- 3h 23m
- Merged PRs (30d)
- 3
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}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the smoke tests that contain @-ms-viewport and trace how the analyzer reports CSS constructs. Add reporting for these at-rules and verify that the relevant smoke-test cases are recognized consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100