mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-13 17:46:04 +08:00
Edge browser throws `HierarchyRequestError` while inserting CSS rules into CSS Media Queries. Therefore, a different mechanism is required to control CSS order. This patch tracks the starting index of each group of CSS rules in the DOM style sheet. Fix #1300 Close #1302