About the code examples
Throughout this chapter, I will provide code examples taken from the Bootstrap 5 Sass files. I will include the filename and the line number so it will be easier for you to find the specific code.
I have made the following changes to the code from Bootstrap 5 to give you a better overview:
- Comments in the original Bootstrap 5 source code have been left out
- Excess spaces in between variable names and their values have been deleted in some cases, but not all, to accommodate the layout of this book and keep most of them on one line
Empty lines have been kept, so it’s easier to find the code examples in the Bootstrap 5 source code.