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.
Add your answer
Loading...

Leave a comment

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