In a custom Bootstrap theme, the '___.scss' file is crucial for importing individual components.

  • _custom.scss
  • _theme.scss
  • _components.scss
  • _main.scss
The correct file is '_custom.scss' as it is the primary file for customizing individual components in Bootstrap themes. This file is where you import and define your custom styles for various components.
Add your answer
Loading...

Leave a comment

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