Allow CSS media queries without parentheses
Open
idea
webpage
- Dominant language
- JavaScript
- Stars
- 776
- Forks
- 180
- PR merge metrics
- No merged PRs in 30d
Description
```
@media print {
}
```
Oh noes!
The CSS @keyword `@media print` does not match any known @keywords.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CSS @media validation or parsing entry point and reproduce the supplied `@media print` example. Update the handling so media queries without parentheses are accepted, then verify that the example no longer produces the reported unknown-@keyword error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100