For this template ``` <div class="text-muted text-center" ></div> ``` it would be handy if the plugin automatically sorts the value of the attribute `class`: ``` <div class="text-center text-muted" ></div> ```