sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
84 stars 10 forks source link

Use a stable sort in Patch.applyAll #126

Closed jathak closed 4 years ago

jathak commented 4 years ago

Patches can be order-dependent when insertion patches are involved, so we need to use a stable sort in Patch.applyAll.