In SCSS, the @import directive allows you to ________.
- Create a new CSS class
- Define variables
- Import external CSS files
- Set media queries
The @import directive in SCSS is used to import external CSS files into your SCSS code. It's a way to modularize your styles and manage them in separate files, promoting better organization and maintainability.
Loading...
Related Quiz
- Animating properties like opacity and transform is considered more performant because they don't trigger ________ in most browsers.
- In a grid layout, how would you make an element occupy the space of two columns starting from the second column?
- Which CSS property is used to define a container as a grid layout?
- In terms of specificity, which type of selector has the highest priority?
- For performance considerations, which CSS function can be used to move an element on the Z-axis without triggering layout or paint operations?