CSS for large projects

Neha Sharma
Jun 16, 2021

This is the content I prepared for my youtube channel’s video.

[Here is the link](https://youtu.be/ybgbjeyVOPI)

Agenda:

1. Why CSS Architecture matter?

2. What are the options

3. How to decide?

4. Explanations

Why CSS architecture matters?

Most developers just focus on JavaScript or its family. As a result, they ignore the styling of the application. Yes, logic is important but look-n-feel is also equally important. As a result, developers end up with messy CSS code which is non-maintainable and non-scalable.

I have published the whole article at Dev.to: Read here

--

--