/
Don't prematurely style an application
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.
, multiple selections available,
Related content
What is important to do early?
What is important to do early?
More like this
CSS Preprocessor - Don't use them
CSS Preprocessor - Don't use them
More like this
Describe categories with classes rather styling specific elements
Describe categories with classes rather styling specific elements
More like this
Don't use features of CSS which the browser manufacturers tell us not to
Don't use features of CSS which the browser manufacturers tell us not to
More like this
Flat CSS hierarchy
Flat CSS hierarchy
More like this
Separate concerns with CSS rules
Separate concerns with CSS rules
More like this