Weedpacket;10989918 wrote:There is no reason why you can't use CSS during development. In fact, I don't see any sense in using one older mechanism
I competely agree. There is no reason at all to use something during development that you will not use in the end, and every reason to use whatever you will use in the end during development.
For example, CSS let's you specify how every table will look, and it's overrideable in several ways. It doesn't even mean that you have to give them more than "basic background color" or whatever you called it. At least then you have your style selector rule in place and will immediately notice if the next table you create doesn't match this rule or if a specific table should be styled differently.
However, I would recommend that you also set everything else while developping, such as margins, padding, border-collapse etc.