parcel-bundler / parcel-bundler/lightningcss
Fails to parse "range syntax" in container style queries
Open
@yisibl is already working on this.
Since Jul 7, 2026.
- Dominant language
- Rust
- Stars
- 7.7k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
- CSS spec (Editor's Draft)
- Chrome Platform Status entry (will ship in Chrome 142)
Example code
@container style(1em < 20px) {
/* rules */
}
Currently fails with:
Unexpected token Dimension { has_sign: false, value: 1.0, int_value: Some(1), unit: "em" }
Contributor guide
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.
Assessment
This issue has not been assessed yet.