You Need to Stop Targeting Tags in CSS
Explains why targeting HTML tags directly in CSS is problematic for maintainability and scalability, advocating for using classes instead.
Explains why targeting HTML tags directly in CSS is problematic for maintainability and scalability, advocating for using classes instead.
An overview of three CSS methodologies: OOCSS, SMACSS, and BEM, explaining their principles and how they can be used together.
Explores two methods for organizing multiple theme styles in CSS using Sass, comparing a separate theme file vs. module-based theming.
An overview of the SMACSS CSS architecture methodology, explaining its core principles and categorization rules for writing scalable stylesheets.