csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.28k stars 459 forks source link

Fix error when sorting leftover variable definitions. [closes #443] #609

Closed jdalton closed 5 years ago

jdalton commented 5 years ago

This PR fixes errors in sort-order option when sorting leftover variable definitions. I still need to create a failing test.

Update:

Tests added.