Organizing your CSS
Tips to keep your CSS tidy
Keep it consistent
If you get to set the rules for the project or are working alone, then the most important thing to do is to keep things consistent.
Consistency can be applied in all sorts of ways, such as using the sam...
hashnode.com2 min read
Neha Sharma
Solutions Architect
Good read...I would like to add a few more points:
1) Following class naming patterns such as BEM etc.
2) Following the common format for the color codes, units, etc.
3) Working with CSS selectors rather than having a long nested declaration of the class, elements, ids.
Do check when you get time: hellonehha.hashnode.dev/css-for-large-projects-ck…