In SASS, the ___ directive is often used to override Bootstrap's variables before importing Bootstrap's SASS files.

  • @import
  • @override
  • @extend
  • @customize
The correct option is @import. In SASS, the @import directive is commonly used to include external SASS files, allowing developers to import Bootstrap's SASS files and override variables before importing Bootstrap styles. This is a powerful feature for customizing Bootstrap styles to suit specific project requirements.
Add your answer
Loading...

Leave a comment

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