Which file in Bootstrap contains the default variables that can be overridden?
- _custom-variables.scss
- _main.scss
- _variables.scss
- _config.scss
The _variables.scss file in Bootstrap contains the default variables that can be overridden. This file serves as a central location where you can customize various aspects of your Bootstrap project, including colors, spacing, and other style-related properties.
Loading...
Related Quiz
- What is the impact of using multiple Bootstrap CSS files on page load time?
- What role does the Bootstrap grid system play in the design of custom components?
- What is the impact of Bootstrap's clean and semantic HTML on SEO?
- How can you customize the duration of a Bootstrap transition?
- Which Bootstrap utility class is used to apply a simple hover effect to a button?