As we are making very good progress with the new Design Panel, we are looking for better ways to generate CSS classes for your styling than only using inline styles like now.
So if you would have a CSS selector for the current element, how would you like to name it?
Generate a single unique CSS class for me, but I can rename it later
Those are some good questions. People seem to be divided on this, but I tend to think if a style is only going to be used once or rarely, then it should be inline. Otherwise, it should be using a stylesheet.
I agree that it would be a nightmare. You are right on that. We have had issues with employees doing that as we’ve discussed elsewhere. They use poor naming and create very bloated stylesheets with no rhyme or reason.
I want to think about this. This is an interesting problem. In the meantime, if I’m understanding correctly, all classes and styles would be removed from the element and a new unique class would be created?
I agree with Chad – i think at the end of we all want to be able to rename. So the first two (or maybe three?) easily merge into some form. However, as many of the comments suggest, all options are potentially important . My experience (limited in comparison to most of you probably) is that the real answer to the question varies based upon the project being worked. That makes it difficult to pull the best answer out of the hat.