Hello all,
Is there any guide or best practices article in the subject of when to use component appearance properties (width, height, margins, paddings, icon, visible, enabled…) or better go the way of using CSS and add/setStyleName?
When you use the CSS layout it can be obvious, but what about other type of layouts?
Simple screen setup should use properties and more complex setups CSS?
If you know CSS you should always choose this way and properties are for guys that are not skilled in the area of CSS?
You should use all properties available and when you run out of “power”, continue with CSS? (transitions, animations…)
In projects with several developers with different preferences, it can get a bit messy.
Thanks a lot for any light on the topic
Fran