stylex
stylex copied to clipboard
[style-value-parser] better simplification for media queries
Right now we simplify nested clauses like double nots and nested boolean logic, alongside widths, heights, and ranges
Can simplify further:
- redundant cases for media types (
screenandall) - maybe normalize vendor prefixes
See: https://github.com/facebook/stylex/pull/1170