Don't prematurely style an application
This is a special case of pre-mature optimization. In the early stages of an application when design is undergoing a lot of iterative changes it best not to style the application too heavily. The styling needs will change and styling too early often results in a lot of dead code which makes it difficult to understand what is relevant.