facebook / stylex

StyleX is the styling system for ambitious user interfaces.
https://stylexjs.com
MIT License
8.35k stars 307 forks source link

[Feature Request] Implement `postcss-sort-media-queries`-like auto media query sort #455

Open SukkaW opened 7 months ago

SukkaW commented 7 months ago

Describe the feature request

This could be implemented as an option of stylexBabelPlugin.processStylexRules.

See also: https://www.npmjs.com/package/postcss-sort-media-queries

nmn commented 7 months ago

We won't be doing this, but a feature to automatically detect and resolve conflicts between media queries is planned. It should result in the same experience in practice.