Part 3 Modern code organization
Code is communication, not just with the computer but also with other developers who’ll work with the code. How you write and organize CSS is just as important as how it renders in the browser. In part 3, we’ll look at some tools that have recently been added to the language to provide more explicit control over the cascade and help with code organization in general. I’ll show you how to write your CSS so that it’s logically organized and easily maintainable in the future.