DEV Community

Discussion on: How to measure/determine the quality of the CSS code?

Collapse
 
mattryanmtl profile image
Matt Ryan

If the css is modular, reusable and scalable.

How large the custom stylesheet is in terms of file-size.

Use of external css frameworks like Bootstrap or Foundation.

For large projects, if a preprocessor like Sass or Less is being implemented with properly organized functions, mixins, variables, etc.