Created by: BBosman
Currently we do csscomb after less:minify and cssmin.
As a result of this the reordered properties don't end up reordered in the bootstrap.min.css file at all and only end up in docs.min.css after a double grunt if docs.css is changed.
By doing the csscomb first we solve that.