The list of classes that the stylesheetparser outputs seems to be in the same order as it encounters them. Is it possible to do a sort so that all the element types would end up being grouped together and the class names would be alphabetical?
Also, is it possible to have the stylesheetparser show generic classes such as ".redText" that is not assigned to a specific element type?
Also, is it possible to have the stylesheetparser show generic classes such as ".redText" that is not assigned to a specific element type?

Re: stylesheetparser ordering and generic classes