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
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.
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