Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Bootstrap v4 is loading the _reboot.scss file through the main.scss file. The main.scss file imports the _reboot.scss file using the @import rule. Specifically, the line of code in main.scss that imports _reboot.scss is:

@import "reboot";