Chapter 3: Downloading and Exploring the Bootstrap 5 Sass Files
In this chapter, we will first see two different ways to download the Bootstrap 5 source code, and then we will take a closer look at the Bootstrap 5 Sass files in that source code. We will learn how the Sass code is divided into various files, how these files are structured, and what that structure means.
After that, we will learn how to import the default Bootstrap 5, and finally, we will learn about the Bootstrap 5 Sass variables.
It’s useful to be familiar with the Bootstrap 5 Sass files and variables before customizing the styling, as you will know where to search and look for specific variables for your needs. You will also know about the dependency between certain variables and files.
In this chapter, we’re going to cover the following topics:
- Downloading the Bootstrap 5 source code
- Exploring the Bootstrap 5 Sass files
- Importing the default Bootstrap 5
- Exploring the Bootstrap...