I use the scss-lint gem and just reordered and nested all my scss files to dissolve the complaints of the linter.
It's a lot of tedious work that should be automated but after searching quite a while i didn't find any tools that resolves the orders of the linter automatically.
Aren't there any tools like fixjsstyle that does automatically fix style problems detected by gjslint but for scss?