stylex icon indicating copy to clipboard operation
stylex copied to clipboard

[style-value-parser] better simplification for media queries

Open mellyeliu opened this issue 4 months ago • 0 comments

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 (screen and all)
  • maybe normalize vendor prefixes

See: https://github.com/facebook/stylex/pull/1170

mellyeliu avatar Aug 18 '25 00:08 mellyeliu