GoogleChromeLabs / GoogleChromeLabs/container-query-polyfill
Support for style queries
Open
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Unless I'm missing it, it appears this polyfill lacks the newer style query definition. This is essential to some of my use cases for container queries.
```css
@container style(font-weight: bold) {
color: black;
}
```
Contributor guide
Research direction
Start by reviewing the polyfill’s current container-query support against the `@container style(font-weight: bold)` example. Confirm the expected behavior with a focused test or reproduction, and consider the work done when style queries are accepted and apply the shown color rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100