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.
Loading...
Related Quiz
- In Bootstrap Sass, which file is typically modified to override default variables?
- What is the role of the 'animate.css' library in enhancing Bootstrap animations?
- Explain the impact of using CSS inheritance to override Bootstrap styles on responsive design.
- Integrating custom ___ into Bootstrap components can enhance their visual appeal.
- What role do utility classes for 'visibility' play in Bootstrap?