Why do " class="container task-1" show?

=> I type .task-1.container

=> Why do " class=“container task-1” show ?

=> I want classes to be ordered by my typing order.
That is to say :: " class=“task-1 container”

  1. I delete .task-1.container by clicking trash icon.
    But the followings are not deleted in source code and tree panel.


Hi @alexseo,
You stylesheet rules don’t impact the DOM tree. The name in the DOM tree comes from the order of the classes in your actual HTML, as shown in the bottom picture.
Cheers,
Bob

Thank you for your replay.

However, I want to type ADD CLASSES TO ~~~~~ or select classes,
but when I type class names or select class names
and then the classes are ordered alphabetically.

I want the class’ order to be on what I type in order.

How can I set up for that.

Thanks.

Hi @alexseo,
Right now Pinegrow alphabetizes the classes. This was done to make it easier to understand class-based frameworks like Tailwind CSS and Bootstrap. It won’t impact any of your code/CSS.
Cheers,
Bob

Thank you very much for replying.

" Right now Pinegrow alphabetizes the classes. "
I hope that the above thing will be changed by selection.
That is to say:

  1. alphabetically orderd selection
  2. the order of a user’s type order selection

Thanks.