You are tasked with redesigning a website to make it more maintainable. The current CSS is highly specific and difficult to override. Which CSS methodology would you choose to refactor the CSS for better maintainability and scalability?

  • Atomic CSS
  • BEM
  • OOCSS
  • SMACSS
OOCSS (Object-Oriented CSS) is a methodology that encourages the separation of structure and skin, making CSS more maintainable and scalable. It avoids overly specific selectors, making it easier to override styles when redesigning a website.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *