When you want to generate multiple class or ID variations in SASS, you would typically use ________.

  • Functions
  • Nesting
  • Placeholder selectors
  • Variables
When you want to generate multiple class or ID variations in SASS, you would typically use placeholder selectors, also known as %placeholders. These selectors allow you to define styles that can be included in other selectors using the @extend directive, promoting reusability and ensuring cleaner CSS output.
Add your answer
Loading...

Leave a comment

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