lightningcss
lightningcss copied to clipboard
Fails to parse "range syntax" in container style queries
- 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" }