In a large-scale project using SASS, a team member wants to apply a set of styles in multiple places with slight variations. What SASS feature should they use to achieve this effectively?

  • Extend
  • Functions
  • Mixins
  • Variables
SASS mixins allow developers to define reusable sets of styles that can be included in multiple selectors. This feature helps in applying styles with slight variations across the project efficiently.
Add your answer
Loading...

Leave a comment

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