CSS Modules let you use the same CSS class name in different files without worrying about naming clashes.
You can achieve a design with different CSS layout systems like Positioned, Flexbox, Grid, or Multi-Column Layout.
Some noted problems that might hold CSS back and open up new development of preprocessors or CSS-in-JS.
An overview look at core CSS topics that help you ace the frontend interview.
On following a CSS style guide to write sane, manageable and scalable code.
On debate of different strategies to fix inconsistent default styles across browsers by resetting, normalizing, or personalizing.
CSS preprocessors empower CSS with variables, nesting, inheritance, mixins, functions, and mathematical operations.
The industry darling BEM, the rebellious maverick Atomic CSS, and other incompetent solutions.
A different styling technique where CSS is composed using JavaScript instead of defined in external files.
Some of the most fundamental concepts which control how CSS is applied to HTML and how conflicts are resolved.