I have a html element in a Vue installation.
<div class="group task-group-item relative flex bg-red-500 text-neutral-900"></div>
It places group first, even before my custom class which is task-group-item. The custom class should be placed first according to the rules.
I have a html element in a Vue installation.
It places
groupfirst, even before my custom class which istask-group-item. The custom class should be placed first according to the rules.