I have been tasked with building a new web project from scratch, with the exception of reusing CSS files (the look and feel) from an existing project.
In the past I have always completed development of the functionality and the web-ui before considering the appearance. This is mostly due to CSS development overlapping with the tail end of the project.
I now have the opportunity to integrate a static set of CSS as I build the application. I have no experience with this circumstance.
Would it be faster to develop the project and web-pages first, then integrate the CSS; or would it be faster to integrate the CSS as part of page development?