In SASS/SCSS, the ________ directive allows for the creation of reusable chunks of CSS.
- @extend
- @import
- @mixin
- @use
In SASS/SCSS, the @mixin directive allows for the creation of reusable chunks of CSS. Mixins are blocks of styles that can be included and reused in different parts of your stylesheet. They are a powerful way to keep your styles modular and maintainable.
Loading...
Related Quiz
- In the BEM approach, if you have a block named "menu" and an element inside it named "item", how would you represent it using a class?
- To create a shadow effect behind an element, you'd use the ________ filter.
- When using CSS to mask an element, the area defined by the mask image that is ________ will be visible.
- The CSS function ______ allows you to perform arithmetic calculations directly within your stylesheets.
- What unit is typically recommended for setting the "line-height" property to ensure consistent spacing?