In SASS, ________ is a powerful feature that allows styles to be applied based on a set of conditions.

  • if/else
  • @media
  • @if
  • @extend
The correct option is @if. This feature in SASS allows styles to be conditionally applied based on certain conditions. It enhances the flexibility and maintainability of stylesheets by providing a way to apply styles selectively.
Add your answer
Loading...

Leave a comment

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